diff options
| author | Cristian Cadar <c.cadar@imperial.ac.uk> | 2013-11-13 08:33:40 -0800 |
|---|---|---|
| committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2013-11-13 08:33:40 -0800 |
| commit | fa8a587f1448faa867982285ecfa095d5cb052d9 (patch) | |
| tree | 789f839bcb672587e6ea7cf6bfa736eae08c89c3 /Makefile.config.in | |
| parent | daa26b1240e1f17854040975f220b1d62430a8e7 (diff) | |
| parent | dbe21a488ca0f99d77df6bc1c11107b12cc00d8d (diff) | |
| download | klee-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.in | 4 |
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 := |
