We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 781386f commit 44d53e7Copy full SHA for 44d53e7
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 8637c09cf920725c0e813f2c9e69cdb12683030b
+refs/heads/master: 2505a2312eeae17cbf261833af5c2cab40f698e2
trunk/src/comp/back/link.rs
@@ -115,6 +115,10 @@ mod write {
115
}
116
117
118
+ if (opts.verify) {
119
+ llvm::LLVMAddVerifierPass(pm.llpm);
120
+ }
121
+
122
// FIXME: This is mostly a copy of the bits of opt's -O2 that are
123
// available in the C api.
124
// FIXME2: We might want to add optimization levels like -O1, -O2,
0 commit comments