diff options
author | Tom Stellard <[email protected]> | 2012-04-17 09:26:28 -0400 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-04-23 09:34:04 -0400 |
commit | ced73ea5df306156e5383b438d6858e58b1479e5 (patch) | |
tree | e27039d0117b8c3d108cdf78f63a2f2cc5ea790c /src/gallium/drivers/r600/Makefile.sources | |
parent | 2da961056600d3f2d94a581c19bfcc1e636e8f41 (diff) |
r600g: Add hooks for the LLVM shader compiler
The LLVM backend can now be enabled for r600g by using the
--enable-r600-llvm-compiler configure flag. If you configure with this
flag, you can still use the default compiler by setting the envrionment
variable R600_USE_LLVM=0
Reviewed-by: Alex Deucher <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/r600/Makefile.sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/Makefile.sources b/src/gallium/drivers/r600/Makefile.sources index e7813ef51c8..a920b930be8 100644 --- a/src/gallium/drivers/r600/Makefile.sources +++ b/src/gallium/drivers/r600/Makefile.sources @@ -15,3 +15,5 @@ C_SOURCES := \ eg_asm.c \ r600_translate.c \ r600_state_common.c + +LLVM_C_SOURCES := r600_llvm.c |