about summary refs log tree commit diff homepage
path: root/test/Concrete/CMakeLists.txt
blob: a073482ce893d3da7aa01778e232745e6536bcb7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#===------------------------------------------------------------------------===#
#
#                     The KLEE Symbolic Virtual Machine
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
#===------------------------------------------------------------------------===#

set(OZERO_OPT "-O0 -Xclang -disable-O0-optnone")
if ("${LLVM_VERSION_MAJOR}" EQUAL 15)
    set(LLVM_AS_FLAGS "-opaque-pointers")
    set(LLVM_LINK_FLAGS "-opaque-pointers")
endif ()
configure_file(Makefile.cmake.test.in Makefile.cmake.test @ONLY)