clover: Fix build since llvm r231270
This commit is contained in:
@@ -332,7 +332,7 @@ namespace {
|
|||||||
PM.add(new llvm::DataLayout(mod));
|
PM.add(new llvm::DataLayout(mod));
|
||||||
#elif HAVE_LLVM < 0x0306
|
#elif HAVE_LLVM < 0x0306
|
||||||
PM.add(new llvm::DataLayoutPass(mod));
|
PM.add(new llvm::DataLayoutPass(mod));
|
||||||
#else
|
#elif HAVE_LLVM < 0x0307
|
||||||
PM.add(new llvm::DataLayoutPass());
|
PM.add(new llvm::DataLayoutPass());
|
||||||
#endif
|
#endif
|
||||||
PM.add(llvm::createInternalizePass(export_list));
|
PM.add(llvm::createInternalizePass(export_list));
|
||||||
|
Reference in New Issue
Block a user