mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-11 07:00:31 +01:00
clover: Fix build since llvm r231270
This commit is contained in:
parent
68d2e395d9
commit
a398168f72
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue