aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/NaCl/CMakeLists.txt
blob: 47d51f294099c3ef29aa0a7886b6a5363cd36688 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
add_llvm_library(LLVMNaClTransforms
  ExpandByVal.cpp
  ExpandConstantExpr.cpp
  ExpandCtors.cpp
  ExpandGetElementPtr.cpp
  ExpandTls.cpp
  ExpandTlsConstantExpr.cpp
  ExpandUtils.cpp
  ExpandVarArgs.cpp
  FlattenGlobals.cpp
  GlobalCleanup.cpp
  StripMetadata.cpp
  )

add_dependencies(LLVMNaClTransforms intrinsics_gen)