From cbd09a9e5cce2bfdf4599a2e44eaad312e160b33 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Mon, 1 Oct 2012 15:47:31 -0400 Subject: [PATCH] radeon: Fix build with LLVM 3.1 The build was broken by commit 8d9778589f4b3a174e884338adb0fe1bdeca5eb7 --- src/gallium/drivers/radeon/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/radeon/Makefile b/src/gallium/drivers/radeon/Makefile index bcc2646dd5f..05dc518a9aa 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 -- 2.30.2