diff options
author | Julian Büning <julian.buening@rwth-aachen.de> | 2020-05-31 15:45:20 +0200 |
---|---|---|
committer | MartinNowack <2443641+MartinNowack@users.noreply.github.com> | 2020-10-12 11:19:24 +0100 |
commit | 20d08cbef08993340d15855941fa7fe2c86d9f59 (patch) | |
tree | 2f76f2c19864b206a794f4df9090ef5689e6acad /runtime/klee-eh-cxx/Makefile.cmake.bitcode | |
parent | c6aa4ab021669fe7102288d294662751a4d4b1e6 (diff) | |
download | klee-20d08cbef08993340d15855941fa7fe2c86d9f59.tar.gz |
fix building klee-cxxabi
Co-authored-by: Felix Rath <felix.rath@comsys.rwth-aachen.de>
Diffstat (limited to 'runtime/klee-eh-cxx/Makefile.cmake.bitcode')
-rw-r--r-- | runtime/klee-eh-cxx/Makefile.cmake.bitcode | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/klee-eh-cxx/Makefile.cmake.bitcode b/runtime/klee-eh-cxx/Makefile.cmake.bitcode index f29b947d..aa314613 100644 --- a/runtime/klee-eh-cxx/Makefile.cmake.bitcode +++ b/runtime/klee-eh-cxx/Makefile.cmake.bitcode @@ -7,7 +7,7 @@ ARCHIVE_FILE=$(ARCHIVE_DEST)/libklee-eh-cxx.bca all: $(ARCHIVE_FILE) klee_eh_cxx.bc: $(SRC_DIR)/klee_eh_cxx.cpp - $(LLVMCXX) -nostdinc++ -emit-llvm -c -I$(KLEE_INCLUDE_DIR) -I $(KLEE_LIBCXXABI_DIR)/include -I $(KLEE_LIBCXXABI_DIR)/src -I $(KLEE_LIBCXX_INCLUDE_DIR) $(SRC_DIR)/klee_eh_cxx.cpp -o $@ + $(LLVMCXX) -nostdinc++ -emit-llvm -c -I$(KLEE_INCLUDE_DIR) -I $(KLEE_LIBCXXABI_SRC_DIR)/src -I $(KLEE_LIBCXXABI_SRC_DIR)/include -I $(KLEE_LIBCXX_INCLUDE_DIR) $(SRC_DIR)/klee_eh_cxx.cpp -o $@ $(ARCHIVE_FILE): klee_eh_cxx.bc $(LLVM_AR) rcs $@ $< |