summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Frontend/CMakeLists.txt
blob: 530c188ca8e570c80d1dfce9802fa95dadd21ac1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
set(LLVM_LINK_COMPONENTS
  Analysis
  Core
  FrontendOpenMP
  Support
  Passes
  TransformUtils
  )

add_llvm_unittest(LLVMFrontendTests
  OpenMPIRBuilderTest.cpp
  )

target_link_libraries(LLVMFrontendTests PRIVATE LLVMTestingSupport)
OpenPOWER on IntegriCloud