summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/llvm/Makefile
diff options
context:
space:
mode:
authorZack Rusin <zack@tungstengraphics.com>2008-01-25 06:36:35 -0500
committerZack Rusin <zack@tungstengraphics.com>2008-02-10 23:07:17 -0500
commitf625c6d1d07e3b285cf966a888aa534f33c36710 (patch)
tree52fd217f0ab9050843a693cb703914a88c6e3de9 /src/mesa/pipe/llvm/Makefile
parent479b5e9b5d9e0e387332c6fbeaffffa7612a0c52 (diff)
add a stub of a lowering pass
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 f655fb8340..1e3ae988df 100644
--- a/src/mesa/pipe/llvm/Makefile
+++ b/src/mesa/pipe/llvm/Makefile
@@ -8,6 +8,7 @@ LIBNAME = gallivm
GALLIVM_SOURCES = \
gallivm.cpp \
instructions.cpp \
+ loweringpass.cpp \
storage.cpp
INC_SOURCES = gallivm_builtins.cpp llvm_base_shader.cpp