[llvm] bff9fe9 - CMake: add missing dependency on intrinsics_gen

Jon Roelofs via llvm-commits llvm-commits at lists.llvm.org
Mon May 8 21:55:53 PDT 2023


Author: Jon Roelofs
Date: 2023-05-08T21:53:44-07:00
New Revision: bff9fe9839090181eb77e979967a121de8996ef5

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

LOG: CMake: add missing dependency on intrinsics_gen

Added: 
    

Modified: 
    llvm/lib/MC/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/lib/MC/CMakeLists.txt b/llvm/lib/MC/CMakeLists.txt
index 90f66e2ac52f3..c5f7e02c7c52e 100644
--- a/llvm/lib/MC/CMakeLists.txt
+++ b/llvm/lib/MC/CMakeLists.txt
@@ -79,6 +79,9 @@ add_llvm_component_library(LLVMMC
   TargetParser
   BinaryFormat
   DebugInfoCodeView
+
+  DEPENDS
+  intrinsics_gen
   )
 
 add_subdirectory(MCParser)


        


More information about the llvm-commits mailing list