diff options
| -rw-r--r-- | llvm/test/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | llvm/tools/LLVMBuild.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/CMakeLists.txt b/llvm/test/CMakeLists.txt index 3b826bb3230..0233cba61f1 100644 --- a/llvm/test/CMakeLists.txt +++ b/llvm/test/CMakeLists.txt @@ -61,6 +61,7 @@ set(LLVM_TEST_DEPENDS llvm-modextract llvm-mt llvm-nm + llvm-objcopy llvm-objdump llvm-opt-report llvm-pdbutil diff --git a/llvm/tools/LLVMBuild.txt b/llvm/tools/LLVMBuild.txt index 1797cbef4b0..09b412205e9 100644 --- a/llvm/tools/LLVMBuild.txt +++ b/llvm/tools/LLVMBuild.txt @@ -40,6 +40,7 @@ subdirectories = llvm-modextract llvm-mt llvm-nm + llvm-objcopy llvm-objdump llvm-pdbutil llvm-profdata |

