[Lldb-commits] [lldb] 33c79f7 - Revert "[lldb] add a missing dependency on intrinsics_gen"

Nathan Lanza via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 20 13:02:51 PST 2020


Author: Nathan Lanza
Date: 2020-11-20T16:02:16-05:00
New Revision: 33c79f76af75ea4e64cc252fe9d6527a0352e6e7

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

LOG: Revert "[lldb] add a missing dependency on intrinsics_gen"

This reverts commit 137ff7331705179c83533a074d800c481b7df1ac.

This belongs in Apple's Swift fork since this is a direct fix for
unified Swift + llvm + lldb builds.

Added: 
    

Modified: 
    lldb/source/Symbol/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/lldb/source/Symbol/CMakeLists.txt b/lldb/source/Symbol/CMakeLists.txt
index 2ce0b6887e5f..95bf156ff538 100644
--- a/lldb/source/Symbol/CMakeLists.txt
+++ b/lldb/source/Symbol/CMakeLists.txt
@@ -39,9 +39,6 @@ add_lldb_library(lldbSymbol
 
   ${PLATFORM_SOURCES}
 
-  DEPENDS
-    intrinsics_gen
-
   LINK_LIBS
     lldbCore
     lldbExpression


        


More information about the lldb-commits mailing list