[llvm] 066afe0 - [NFC] Fixed build fail of https://lab.llvm.org/buildbot/#/builders/207/builds/8752
via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 22 10:02:28 PDT 2022
Author: zhijian
Date: 2022-07-22T13:02:09-04:00
New Revision: 066afe03c525dfdd4d6d16ea21155a7195823dfe
URL: https://github.com/llvm/llvm-project/commit/066afe03c525dfdd4d6d16ea21155a7195823dfe
DIFF: https://github.com/llvm/llvm-project/commit/066afe03c525dfdd4d6d16ea21155a7195823dfe.diff
LOG: [NFC] Fixed build fail of https://lab.llvm.org/buildbot/#/builders/207/builds/8752
which caused by https://reviews.llvm.org/D127864
Added:
Modified:
llvm/tools/llvm-ar/CMakeLists.txt
Removed:
################################################################################
diff --git a/llvm/tools/llvm-ar/CMakeLists.txt b/llvm/tools/llvm-ar/CMakeLists.txt
index 166d670017159..166731ef6944e 100644
--- a/llvm/tools/llvm-ar/CMakeLists.txt
+++ b/llvm/tools/llvm-ar/CMakeLists.txt
@@ -8,6 +8,7 @@ set(LLVM_LINK_COMPONENTS
LibDriver
Object
Support
+ TextAPI
)
add_llvm_tool(llvm-ar
More information about the llvm-commits
mailing list