diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2012-10-01 15:47:31 -0400 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2012-10-01 15:47:31 -0400 |
commit | cbd09a9e5cce2bfdf4599a2e44eaad312e160b33 (patch) | |
tree | 9d7879e32e54ddad388b48b44e10992f53a9c897 /src | |
parent | 8d9778589f4b3a174e884338adb0fe1bdeca5eb7 (diff) | |
download | external_mesa3d-cbd09a9e5cce2bfdf4599a2e44eaad312e160b33.zip external_mesa3d-cbd09a9e5cce2bfdf4599a2e44eaad312e160b33.tar.gz external_mesa3d-cbd09a9e5cce2bfdf4599a2e44eaad312e160b33.tar.bz2 |
radeon: Fix build with LLVM 3.1
The build was broken by commit 8d9778589f4b3a174e884338adb0fe1bdeca5eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/radeon/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeon/Makefile b/src/gallium/drivers/radeon/Makefile index bcc2646..05dc518 100644 --- a/src/gallium/drivers/radeon/Makefile +++ b/src/gallium/drivers/radeon/Makefile @@ -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 |