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 d39ca85 commit c624ed7Copy full SHA for c624ed7
src/comp/lib/llvm.rs
@@ -803,14 +803,14 @@ native mod llvm = llvm_lib {
803
fn LLVMAddBasicAliasAnalysisPass(PassManagerRef PM);
804
805
// FIXME: Native stubs don't allow this many arguments yet.
806
- /*fn LLVMAddStandardModulePasses(PassManagerRef PM,
+ fn LLVMAddStandardModulePasses(PassManagerRef PM,
807
uint OptimizationLevel,
808
Bool OptimizeSize,
809
Bool UnitAtATime,
810
Bool UnrollLoops,
811
Bool SimplifyLibCalls,
812
Bool HaveExceptions,
813
- uint InliningThreshold);*/
+ uint InliningThreshold);
814
815
/** Destroys a memory buffer. */
816
fn LLVMDisposeMemoryBuffer(MemoryBufferRef MemBuf);
0 commit comments