Module: Mesa
Branch: master
Commit: cbd09a9e5cce2bfdf4599a2e44eaad312e160b33
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=cbd09a9e5cce2bfdf4599a2e44eaad312e160b33

Author: Tom Stellard <[email protected]>
Date:   Mon Oct  1 15:47:31 2012 -0400

radeon: Fix build with LLVM 3.1

The build was broken by commit 8d9778589f4b3a174e884338adb0fe1bdeca5eb7

---

 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

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to