[PATCH] D47982: Fix when LLVM_USE_INTEL_JITEVENTS and LLVM_USE_OPROFILE not set, llvm-build not gen LibraryDependencies.inc
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 12 13:58:09 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL334543: Fix how LLVMOPTIONALCOMPONENTS is passed to llvm-build (authored by rnk, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D47982?vs=150622&id=151021#toc
Repository:
rL LLVM
https://reviews.llvm.org/D47982
Files:
llvm/trunk/CMakeLists.txt
Index: llvm/trunk/CMakeLists.txt
===================================================================
--- llvm/trunk/CMakeLists.txt
+++ llvm/trunk/CMakeLists.txt
@@ -640,6 +640,7 @@
"${LLVM_BINARY_DIR}/LLVMBuild.cmake")
# Create the list of optional components that are enabled
+set(LLVM_USE_INTEL_JITEVENTS " ")
if (LLVM_USE_INTEL_JITEVENTS)
set(LLVMOPTIONALCOMPONENTS IntelJITEvents)
endif (LLVM_USE_INTEL_JITEVENTS)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47982.151021.patch
Type: text/x-patch
Size: 429 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180612/fa210d0e/attachment.bin>
More information about the llvm-commits
mailing list