1
Fork 0

rustllvm: Update to LLVM trunk

This commit is contained in:
Seo Sanghyeon 2015-10-24 18:42:23 +09:00
parent 2e86485f7b
commit b285f92025
3 changed files with 28 additions and 0 deletions

View file

@ -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);