diff options
author | Brian Paul <[email protected]> | 2010-07-29 12:03:33 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-07-29 12:51:45 -0600 |
commit | 8f3fe7e2f0a3ce1a5c45fd204b0105f3b501e641 (patch) | |
tree | 9162c6b99fcfd9d78d7168c9043661b39e904db0 /src/gallium/auxiliary/Makefile | |
parent | 02da55676bd483df5e8540e079f53c7f41178025 (diff) |
gallivm: added lp_build_assert() function to make assertions in LLVM code
Diffstat (limited to 'src/gallium/auxiliary/Makefile')
-rw-r--r-- | src/gallium/auxiliary/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile index dcebab7c0f2..843b72bc38b 100644 --- a/src/gallium/auxiliary/Makefile +++ b/src/gallium/auxiliary/Makefile @@ -149,6 +149,7 @@ C_SOURCES = \ GALLIVM_SOURCES = \ gallivm/lp_bld_arit.c \ + gallivm/lp_bld_assert.c \ gallivm/lp_bld_const.c \ gallivm/lp_bld_conv.c \ gallivm/lp_bld_debug.c \ |