Newer
Older
Bruno Cardoso Lopes
committed
TargetELFWriterInfo.cpp
TargetJITInfo.cpp
TargetLibraryInfo.cpp
TargetLoweringObjectFile.cpp
Duncan Sands
committed
TargetMachineC.cpp
TargetSubtargetInfo.cpp
foreach(t ${LLVM_TARGETS_TO_BUILD})
message(STATUS "Targeting ${t}")
add_subdirectory(${t})
Daniel Dunbar
committed
endforeach()