summaryrefslogtreecommitdiffstats
path: root/llvm/examples/IRTransforms/CMakeLists.txt
blob: 9b01951b19f92f739f68a35264042d0aa69f8868 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
set(LLVM_LINK_COMPONENTS
  Analysis
  Core
  Support
  )

add_llvm_example_library(ExampleIRTransforms
  InitializePasses.cpp
  SimplifyCFG.cpp

  ADDITIONAL_HEADER_DIRS

  DEPENDS
  intrinsics_gen
  )
OpenPOWER on IntegriCloud