summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/llvm/Makefile
diff options
context:
space:
mode:
authorZack Rusin <zack@tungstengraphics.com>2008-02-04 10:07:02 -0500
committerZack Rusin <zack@tungstengraphics.com>2008-02-10 23:07:18 -0500
commit7d69090e272d0d429f0ef7a733cebe1363383447 (patch)
tree4b16fd14fd1b92b2078a8cfb4510fa9ba25027b0 /src/mesa/pipe/llvm/Makefile
parentf625c6d1d07e3b285cf966a888aa534f33c36710 (diff)
rewrite the way we handle ir in llvm code
introduce intermediate step gallivm_ir before compiling it down to the final llvm ir.
Diffstat (limited to 'src/mesa/pipe/llvm/Makefile')
-rw-r--r--src/mesa/pipe/llvm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/llvm/Makefile b/src/mesa/pipe/llvm/Makefile
index 1e3ae988df..10ff7aacae 100644
--- a/src/mesa/pipe/llvm/Makefile
+++ b/src/mesa/pipe/llvm/Makefile
@@ -9,6 +9,7 @@ GALLIVM_SOURCES = \
gallivm.cpp \
instructions.cpp \
loweringpass.cpp \
+ tgsitollvm.cpp \
storage.cpp
INC_SOURCES = gallivm_builtins.cpp llvm_base_shader.cpp