blob: 139cf42caf37a68b95f2154abce1f91e8411d352 [file] [log] [blame]
Chad Rosier1a5d4212012-08-09 17:17:01 +00001set(LLVM_LINK_COMPONENTS
2 ${LLVM_TARGETS_TO_BUILD}
3 asmparser
4 support
5 mc
6 )
7
Chandler Carruth0c750ec2012-06-21 09:51:42 +00008add_clang_unittest(FrontendTests
9 FrontendActionTest.cpp
10 )
11target_link_libraries(FrontendTests
12 clangFrontend
13 )