[ms-inline asm] Add various MC components to clang build to support MS-style inline assembly.

llvm-svn: 161594
This commit is contained in:
Chad Rosier 2012-08-09 17:17:01 +00:00
parent db5743d1b4
commit bf40d6b6a5
7 changed files with 38 additions and 3 deletions

View File

@ -1,4 +1,6 @@
set( LLVM_LINK_COMPONENTS set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
asmparser
support support
mc mc
) )

View File

@ -1,3 +1,10 @@
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
asmparser
support
mc
)
add_clang_executable(clang-check add_clang_executable(clang-check
ClangCheck.cpp ClangCheck.cpp
) )

View File

@ -1,5 +1,8 @@
set( LLVM_LINK_COMPONENTS set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
asmparser
support support
mc
) )
add_clang_executable(diagtool add_clang_executable(diagtool

View File

@ -1,4 +1,6 @@
set( LLVM_LINK_COMPONENTS set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
asmparser
support support
mc mc
) )

View File

@ -1,3 +1,10 @@
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
asmparser
support
mc
)
add_clang_unittest(ASTMatchersTests add_clang_unittest(ASTMatchersTests
ASTMatchersTest.cpp) ASTMatchersTest.cpp)

View File

@ -1,3 +1,10 @@
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
asmparser
support
mc
)
add_clang_unittest(FrontendTests add_clang_unittest(FrontendTests
FrontendActionTest.cpp FrontendActionTest.cpp
) )

View File

@ -1,3 +1,10 @@
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
asmparser
support
mc
)
add_clang_unittest(ToolingTests add_clang_unittest(ToolingTests
CommentHandlerTest.cpp CommentHandlerTest.cpp
CompilationDatabaseTest.cpp CompilationDatabaseTest.cpp