mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 09:00:08 +01:00
radeon: Fix build with LLVM 3.1
The build was broken by commit 8d9778589f
This commit is contained in:
parent
8d9778589f
commit
cbd09a9e5c
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ CXXFLAGS+= $(LLVM_CXXFLAGS)
|
|||
|
||||
ifeq ($(LLVM_VERSION),3.1)
|
||||
CPP_SOURCES += $(LLVM_CPP_SOURCES)
|
||||
GENERATED_SOURCES = $(LLVM_GENERATED_SOURCES)
|
||||
else
|
||||
CXXFLAGS+= -DEXTERNAL_LLVM
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue