diff options
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 |

