Skip to content

Commit 6a90786

Browse files
committed
tw: Add "error" prefix.
1 parent e4a7c9d commit 6a90786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/vast/Tower/Tower.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ namespace vast::tw {
4646
auto mod = _modules.back().get();
4747

4848
if (mlir::failed(pm.run(mod))) {
49-
VAST_UNREACHABLE("Some pass in apply() failed");
49+
VAST_UNREACHABLE("error: some pass in apply() failed");
5050
}
5151

5252
handle.mod.walk(loc_rewriter::remove);

0 commit comments

Comments
 (0)