about summary refs log tree commit diff homepage
path: root/lib/Module/CMakeLists.txt
blob: a952ed172dc3b4bbeec725143bf6459195f38cc5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#===------------------------------------------------------------------------===#
#
#                     The KLEE Symbolic Virtual Machine
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
#===------------------------------------------------------------------------===#
klee_add_component(kleeModule
	Checks.cpp
	InstructionInfoTable.cpp
	IntrinsicCleaner.cpp
	KInstruction.cpp
	KModule.cpp
	LowerSwitch.cpp
	ModuleUtil.cpp
	Optimize.cpp
	PhiCleaner.cpp
	RaiseAsm.cpp
)