projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[mips][msa] Added support for matching max, maxi, min, mini from normal IR (i.e....
[oota-llvm.git]
/
lib
/
Target
/
CMakeLists.txt
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()