about summary refs log tree commit diff homepage
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorCristian Cadar <c.cadar@imperial.ac.uk>2013-11-13 08:33:40 -0800
committerCristian Cadar <c.cadar@imperial.ac.uk>2013-11-13 08:33:40 -0800
commitfa8a587f1448faa867982285ecfa095d5cb052d9 (patch)
tree789f839bcb672587e6ea7cf6bfa736eae08c89c3 /Makefile.config.in
parentdaa26b1240e1f17854040975f220b1d62430a8e7 (diff)
parentdbe21a488ca0f99d77df6bc1c11107b12cc00d8d (diff)
downloadklee-fa8a587f1448faa867982285ecfa095d5cb052d9.tar.gz
Merge pull request #65 from delcypher/detect-bitcode-compiler
Support for the detection of the LLVM bitcode compiler in the configure script.
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index cd209127..452cc1a1 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -44,6 +44,10 @@ RUNTIME_DEBUG_SYMBOLS := @RUNTIME_DEBUG_SYMBOLS@
 RUNTIME_ENABLE_COVERAGE :=
 RUNTIME_ENABLE_PROFILING :=
 
+# Compilers used to build runtime library and run tests
+KLEE_BITCODE_C_COMPILER := @KLEE_BITCODE_C_COMPILER@
+KLEE_BITCODE_CXX_COMPILER := @KLEE_BITCODE_CXX_COMPILER@
+
 # A list of "features" which tests can check for in XFAIL:
 TEST_FEATURE_LIST :=