diff options
author | Zack Rusin <zack@tungstengraphics.com> | 2008-01-25 06:36:35 -0500 |
---|---|---|
committer | Zack Rusin <zack@tungstengraphics.com> | 2008-02-10 23:07:17 -0500 |
commit | f625c6d1d07e3b285cf966a888aa534f33c36710 (patch) | |
tree | 52fd217f0ab9050843a693cb703914a88c6e3de9 /src/mesa/pipe/llvm/Makefile | |
parent | 479b5e9b5d9e0e387332c6fbeaffffa7612a0c52 (diff) |
add a stub of a lowering pass
Diffstat (limited to 'src/mesa/pipe/llvm/Makefile')
-rw-r--r-- | src/mesa/pipe/llvm/Makefile | 1 |
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 |