2008-09-22 03:08:49 +02:00
|
|
|
add_llvm_library(LLVMTarget
|
|
|
|
Target.cpp
|
2009-07-21 19:43:20 +02:00
|
|
|
TargetIntrinsicInfo.cpp
|
2011-12-20 09:42:11 +01:00
|
|
|
TargetJITInfo.cpp
|
2011-02-18 22:50:34 +01:00
|
|
|
TargetLibraryInfo.cpp
|
2009-07-28 05:13:23 +02:00
|
|
|
TargetLoweringObjectFile.cpp
|
2008-09-22 03:08:49 +02:00
|
|
|
TargetMachine.cpp
|
2012-04-11 12:25:24 +02:00
|
|
|
TargetMachineC.cpp
|
2011-07-01 23:01:15 +02:00
|
|
|
TargetSubtargetInfo.cpp
|
2008-09-22 03:08:49 +02:00
|
|
|
)
|
2011-02-18 23:06:14 +01:00
|
|
|
|
|
|
|
foreach(t ${LLVM_TARGETS_TO_BUILD})
|
|
|
|
message(STATUS "Targeting ${t}")
|
|
|
|
add_subdirectory(${t})
|
2011-11-04 20:04:42 +01:00
|
|
|
endforeach()
|