Enable alias analysis and the function attributes pass.
The C API extension is already upstream, we can drop the local copy once the bots are updated.
This commit is contained in:
parent
6909e7ca78
commit
e7b8db2e63
5 changed files with 28 additions and 4 deletions
|
@ -775,6 +775,8 @@ native mod llvm = llvm_lib {
|
|||
fn LLVMAddSimplifyLibCallsPass(PassManagerRef PM);
|
||||
fn LLVMAddLoopIdiomPass(PassManagerRef PM);
|
||||
fn LLVMAddEarlyCSEPass(PassManagerRef PM);
|
||||
fn LLVMAddTypeBasedAliasAnalysisPass(PassManagerRef PM);
|
||||
fn LLVMAddBasicAliasAnalysisPass(PassManagerRef PM);
|
||||
|
||||
/** Destroys a memory buffer. */
|
||||
fn LLVMDisposeMemoryBuffer(MemoryBufferRef MemBuf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue