[PATCH] D64357: [llvm-lib] Add a dependency to intrinsics_gen to the LLVMLibDriver build
Stella Stamenova via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 15 11:15:28 PDT 2019
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL366097: [llvm-lib] Add a dependency to intrinsics_gen to the LLVMLibDriver build (authored by stella.stamenova, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D64357?vs=208468&id=209918#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64357/new/
https://reviews.llvm.org/D64357
Files:
llvm/trunk/lib/ToolDrivers/llvm-lib/CMakeLists.txt
Index: llvm/trunk/lib/ToolDrivers/llvm-lib/CMakeLists.txt
===================================================================
--- llvm/trunk/lib/ToolDrivers/llvm-lib/CMakeLists.txt
+++ llvm/trunk/lib/ToolDrivers/llvm-lib/CMakeLists.txt
@@ -12,5 +12,8 @@
add_llvm_library(LLVMLibDriver
LibDriver.cpp
+
+ DEPENDS
+ intrinsics_gen
)
add_dependencies(LLVMLibDriver LibOptionsTableGen)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64357.209918.patch
Type: text/x-patch
Size: 393 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190715/3e50ee9b/attachment.bin>
More information about the llvm-commits
mailing list