diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-08-02 00:12:54 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-08-02 00:12:54 +0000 |
| commit | 78c32d75e0f50b1a5a694434a004516f60228113 (patch) | |
| tree | 7ebbfa148f9006c5e81d539c58d0fb32b6990290 /llvm/unittests/Bitcode | |
| parent | a5a8d3f6f226e870cd66febf081ec236204412d2 (diff) | |
| download | bcm5719-llvm-78c32d75e0f50b1a5a694434a004516f60228113.tar.gz bcm5719-llvm-78c32d75e0f50b1a5a694434a004516f60228113.zip | |
BitcodeTests: Fix LINK_COMPONENTS.
llvm-svn: 214598
Diffstat (limited to 'llvm/unittests/Bitcode')
| -rw-r--r-- | llvm/unittests/Bitcode/CMakeLists.txt | 3 | ||||
| -rw-r--r-- | llvm/unittests/Bitcode/Makefile | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/llvm/unittests/Bitcode/CMakeLists.txt b/llvm/unittests/Bitcode/CMakeLists.txt index c559377ed9d..7e9d1bc43fe 100644 --- a/llvm/unittests/Bitcode/CMakeLists.txt +++ b/llvm/unittests/Bitcode/CMakeLists.txt @@ -1,5 +1,6 @@ set(LLVM_LINK_COMPONENTS - IRReader + AsmParser + BitReader BitWriter Core Support diff --git a/llvm/unittests/Bitcode/Makefile b/llvm/unittests/Bitcode/Makefile index 043753dc2d1..33b09b914b5 100644 --- a/llvm/unittests/Bitcode/Makefile +++ b/llvm/unittests/Bitcode/Makefile @@ -9,7 +9,7 @@ LEVEL = ../.. TESTNAME = Bitcode -LINK_COMPONENTS := irreader bitwriter +LINK_COMPONENTS := AsmParser BitReader BitWriter Core Support include $(LEVEL)/Makefile.config include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest |

