summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Frontend
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-08-09 17:17:01 +0000
committerChad Rosier <mcrosier@apple.com>2012-08-09 17:17:01 +0000
commitbf40d6b6a5d5219efde96b2837a9820e29ea4ef1 (patch)
tree92675b2cbfbd96051b75d265855149c40708d58b /clang/unittests/Frontend
parentdb5743d1b4065b7d7c97a7730f11cc24e21d5a84 (diff)
downloadbcm5719-llvm-bf40d6b6a5d5219efde96b2837a9820e29ea4ef1.tar.gz
bcm5719-llvm-bf40d6b6a5d5219efde96b2837a9820e29ea4ef1.zip
[ms-inline asm] Add various MC components to clang build to support MS-style inline assembly.
llvm-svn: 161594
Diffstat (limited to 'clang/unittests/Frontend')
-rw-r--r--clang/unittests/Frontend/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/clang/unittests/Frontend/CMakeLists.txt b/clang/unittests/Frontend/CMakeLists.txt
index 729c6487b3c..139cf42caf3 100644
--- a/clang/unittests/Frontend/CMakeLists.txt
+++ b/clang/unittests/Frontend/CMakeLists.txt
@@ -1,3 +1,10 @@
+set(LLVM_LINK_COMPONENTS
+ ${LLVM_TARGETS_TO_BUILD}
+ asmparser
+ support
+ mc
+ )
+
add_clang_unittest(FrontendTests
FrontendActionTest.cpp
)
OpenPOWER on IntegriCloud