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 f6f9f1d commit dbf20b8Copy full SHA for dbf20b8
llvm/include/llvm/Target/TargetMachine.h
@@ -249,7 +249,7 @@ class TargetMachine {
249
virtual bool addPassesToEmitFile(PassManagerBase &,
250
formatted_raw_ostream &,
251
CodeGenFileType,
252
- bool = true) {
+ bool /*DisableVerify*/ = true) {
253
return true;
254
}
255
@@ -261,7 +261,7 @@ class TargetMachine {
261
///
262
virtual bool addPassesToEmitMachineCode(PassManagerBase &,
263
JITCodeEmitter &,
264
265
266
267
@@ -273,7 +273,7 @@ class TargetMachine {
273
virtual bool addPassesToEmitMC(PassManagerBase &,
274
MCContext *&,
275
raw_ostream &,
276
277
278
279
};
0 commit comments