Skip to content

Commit 44d53e7

Browse files
committed
---
yaml --- r: 2750 b: refs/heads/master c: 2505a23 h: refs/heads/master v: v3
1 parent 781386f commit 44d53e7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 8637c09cf920725c0e813f2c9e69cdb12683030b
2+
refs/heads/master: 2505a2312eeae17cbf261833af5c2cab40f698e2

trunk/src/comp/back/link.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ mod write {
115115
}
116116
}
117117

118+
if (opts.verify) {
119+
llvm::LLVMAddVerifierPass(pm.llpm);
120+
}
121+
118122
// FIXME: This is mostly a copy of the bits of opt's -O2 that are
119123
// available in the C api.
120124
// FIXME2: We might want to add optimization levels like -O1, -O2,

0 commit comments

Comments
 (0)