rustllvm: Update to LLVM trunk
This commit is contained in:
parent
2e86485f7b
commit
b285f92025
3 changed files with 28 additions and 0 deletions
|
@ -49,7 +49,9 @@ LLVMInitializePasses() {
|
|||
initializeVectorization(Registry);
|
||||
initializeIPO(Registry);
|
||||
initializeAnalysis(Registry);
|
||||
#if LLVM_VERSION_MINOR <= 7
|
||||
initializeIPA(Registry);
|
||||
#endif
|
||||
initializeTransformUtils(Registry);
|
||||
initializeInstCombine(Registry);
|
||||
initializeInstrumentation(Registry);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue