We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4a7c9d commit 6a90786Copy full SHA for 6a90786
include/vast/Tower/Tower.hpp
@@ -46,7 +46,7 @@ namespace vast::tw {
46
auto mod = _modules.back().get();
47
48
if (mlir::failed(pm.run(mod))) {
49
- VAST_UNREACHABLE("Some pass in apply() failed");
+ VAST_UNREACHABLE("error: some pass in apply() failed");
50
}
51
52
handle.mod.walk(loc_rewriter::remove);
0 commit comments