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 d2c7373 commit 0ec4619Copy full SHA for 0ec4619
src/newpm.jl
@@ -437,7 +437,9 @@ end
437
@module_pass "print<inline-advisor>" InlineAdvisorAnalysisPrinterPass
438
@module_pass "inliner-wrapper-no-mandatory-first" ModuleInlinerWrapperNoMandatoryFirstPass
439
@module_pass "insert-gcov-profiling" GCOVProfilerPass
440
-@module_pass "instrorderfile" InstrOrderFilePass
+@static if version() < v"21"
441
+ @module_pass "instrorderfile" InstrOrderFilePass
442
+end
443
@module_pass "instrprof" InstrProfiling
444
@module_pass "invalidate<all>" InvalidateAllAnalysesPass
445
@module_pass "ipsccp" IPSCCPPass
0 commit comments