From 6156b4eeb9a429ccc370782d719d0d6c787a6f72 Mon Sep 17 00:00:00 2001 From: Martin Nowack Date: Fri, 8 Nov 2019 22:55:56 +0000 Subject: [cmake] Add support to generate arbitrary runtime library configurations Every runtime library can be build with multiple configurations. Replace the Makefile-based setup by cmake one. Currently, we generate 32bit and 64bit libraries simultaneously and can link against them. --- runtime/Makefile.cmake.bitcode | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 runtime/Makefile.cmake.bitcode (limited to 'runtime/Makefile.cmake.bitcode') diff --git a/runtime/Makefile.cmake.bitcode b/runtime/Makefile.cmake.bitcode deleted file mode 100644 index dd32161d..00000000 --- a/runtime/Makefile.cmake.bitcode +++ /dev/null @@ -1,24 +0,0 @@ -#===--------------------------------------------------------*- Makefile -*--===# -# -# The KLEE Symbolic Virtual Machine -# -# This file is distributed under the University of Illinois Open Source -# License. See LICENSE.TXT for details. -# -#===------------------------------------------------------------------------===# -LEVEL := ./ -include $(LEVEL)/Makefile.cmake.bitcode.config - -DIRS += Intrinsic -DIRS += klee-libc -DIRS += FreeStanding - -ifneq ($(ENABLE_POSIX_RUNTIME),0) - DIRS += POSIX -endif - -ifneq ($(ENABLE_KLEE_EH_CXX),0) - DIRS += klee-eh-cxx -endif - -include $(LEVEL)/Makefile.cmake.bitcode.rules -- cgit 1.4.1