summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/Makefile.am
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-04-02 10:42:50 -0700
committerTom Stellard <thomas.stellard@amd.com>2013-05-06 09:06:06 -0700
commit024fe6852a76f33d7e2afc5621340e387c381bb0 (patch)
tree7f51eaef023680967b689e743e00ba086f2b1152 /src/gallium/drivers/radeon/Makefile.am
parent55eb8eaaa8bf8696d56effce6ed87f03bea779e0 (diff)
downloadexternal_mesa3d-024fe6852a76f33d7e2afc5621340e387c381bb0.zip
external_mesa3d-024fe6852a76f33d7e2afc5621340e387c381bb0.tar.gz
external_mesa3d-024fe6852a76f33d7e2afc5621340e387c381bb0.tar.bz2
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
Diffstat (limited to 'src/gallium/drivers/radeon/Makefile.am')
-rw-r--r--src/gallium/drivers/radeon/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/radeon/Makefile.am b/src/gallium/drivers/radeon/Makefile.am
index f1f8ced..32ad329 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 = \