[llvm] a2cc67e - [ifs] Fix linking errors on some llvm builders

Haowei Wu via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 19 12:02:12 PDT 2021


Author: Haowei Wu
Date: 2021-07-19T12:01:34-07:00
New Revision: a2cc67eaf0676cc9ff962d4e297815dd9ca7cdd0

URL: https://github.com/llvm/llvm-project/commit/a2cc67eaf0676cc9ff962d4e297815dd9ca7cdd0
DIFF: https://github.com/llvm/llvm-project/commit/a2cc67eaf0676cc9ff962d4e297815dd9ca7cdd0.diff

LOG: [ifs] Fix linking errors on some llvm builders

This change fixes linking errors on some llvm builders.

Added: 
    

Modified: 
    llvm/tools/llvm-ifs/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/tools/llvm-ifs/CMakeLists.txt b/llvm/tools/llvm-ifs/CMakeLists.txt
index e36e27f6d1d8f..5a0cfb9138381 100644
--- a/llvm/tools/llvm-ifs/CMakeLists.txt
+++ b/llvm/tools/llvm-ifs/CMakeLists.txt
@@ -1,4 +1,5 @@
 set(LLVM_LINK_COMPONENTS
+  BinaryFormat
   InterfaceStub  
   Object
   Support


        


More information about the llvm-commits mailing list