Mercurial > hg > CbC > CbC_llvm
annotate lib/Target/CMakeLists.txt @ 0:95c75e76d11b LLVM3.4
LLVM 3.4
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 12 Dec 2013 13:56:28 +0900 |
parents | |
children | 54457678186b |
rev | line source |
---|---|
0 | 1 add_llvm_library(LLVMTarget |
2 Mangler.cpp | |
3 Target.cpp | |
4 TargetIntrinsicInfo.cpp | |
5 TargetJITInfo.cpp | |
6 TargetLibraryInfo.cpp | |
7 TargetLoweringObjectFile.cpp | |
8 TargetMachine.cpp | |
9 TargetMachineC.cpp | |
10 TargetSubtargetInfo.cpp | |
11 ) | |
12 | |
13 foreach(t ${LLVM_TARGETS_TO_BUILD}) | |
14 message(STATUS "Targeting ${t}") | |
15 add_subdirectory(${t}) | |
16 endforeach() |