llvm/unittests: Simplify LINK_COMPONENTS.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158942 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi
2012-06-21 22:17:51 +00:00
parent c2270a48e3
commit f455101bad
9 changed files with 6 additions and 11 deletions

View File

@@ -2,7 +2,6 @@ set(LLVM_LINK_COMPONENTS
asmparser
bitreader
bitwriter
interpreter
jit
nativecodegen
)