From 024fe6852a76f33d7e2afc5621340e387c381bb0 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 2 Apr 2013 10:42:50 -0700 Subject: radeon/llvm: Use LLVM C API for compiling LLVM IR to ISA v2 The LLVM C API is considered stable and should never change, so it is much more desirable to use than the LLVM C++ API, which is constantly in flux. v2: - Split target initialization and lookup into separate functions Reviewed-by: Mathias.Froehlich@web.de --- src/gallium/drivers/radeon/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gallium/drivers/radeon/Makefile.am') diff --git a/src/gallium/drivers/radeon/Makefile.am b/src/gallium/drivers/radeon/Makefile.am index f1f8ced78dc..32ad32932b0 100644 --- a/src/gallium/drivers/radeon/Makefile.am +++ b/src/gallium/drivers/radeon/Makefile.am @@ -27,7 +27,6 @@ endif libllvmradeon@VERSION@_la_CXXFLAGS = \ $(GALLIUM_CFLAGS) \ - $(filter-out -DDEBUG, $(LLVM_CXXFLAGS)) \ $(DEFINES) libllvmradeon@VERSION@_la_CFLAGS = \ @@ -35,7 +34,6 @@ libllvmradeon@VERSION@_la_CFLAGS = \ $(LLVM_CFLAGS) libllvmradeon@VERSION@_la_SOURCES = \ - $(LLVM_CPP_FILES) \ $(LLVM_C_FILES) libllvmradeon@VERSION@_la_LIBADD = \ -- cgit v1.2.3