summaryrefslogtreecommitdiff
path: root/tools/clang-check
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-08-08 16:27:29 +0000
committerChad Rosier <mcrosier@apple.com>2012-08-08 16:27:29 +0000
commitfa1d30ddb1bbb16d8c268f79890ac39101915b5c (patch)
treeda4b9e8e478a4f9520bee6e9d126fac03cd7a072 /tools/clang-check
parentf23e8d2b928b0baa361dbf34df10862a5bcd01c4 (diff)
downloadclang-fa1d30ddb1bbb16d8c268f79890ac39101915b5c.tar.gz
clang-fa1d30ddb1bbb16d8c268f79890ac39101915b5c.tar.bz2
clang-fa1d30ddb1bbb16d8c268f79890ac39101915b5c.tar.xz
Add various MC components to clang build to support MS-style inline assembly.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161498 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/clang-check')
-rw-r--r--tools/clang-check/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/clang-check/Makefile b/tools/clang-check/Makefile
index 0a60a19438..6775c65a64 100644
--- a/tools/clang-check/Makefile
+++ b/tools/clang-check/Makefile
@@ -14,7 +14,8 @@ TOOLNAME = clang-check
# No plugins, optimize startup time.
TOOL_NO_EXPORTS = 1
-LINK_COMPONENTS := support mc
+include $(CLANG_LEVEL)/../../Makefile.config
+LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser support mc
USEDLIBS = clangFrontend.a clangSerialization.a clangDriver.a \
clangTooling.a clangParse.a clangSema.a clangAnalysis.a \
clangEdit.a clangAST.a clangLex.a clangBasic.a