clover: Fix build since llvm r231270

This commit is contained in:
Tom Stellard
2015-03-04 13:09:50 -08:00
parent 68d2e395d9
commit a398168f72

View File

@@ -332,7 +332,7 @@ namespace {
PM.add(new llvm::DataLayout(mod));
#elif HAVE_LLVM < 0x0306
PM.add(new llvm::DataLayoutPass(mod));
#else
#elif HAVE_LLVM < 0x0307
PM.add(new llvm::DataLayoutPass());
#endif
PM.add(llvm::createInternalizePass(export_list));