[PATCH] D16940: Fix build LLVM with -D LLVM_USE_INTEL_JITEVENTS:BOOL=ON on Windows
Rafael Ávila de Espíndola via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 8 13:04:35 PST 2016
rafael added a comment.
This is fine by me, but you should probably get a review by someone familiar with the current CMake setup. Chris?
================
Comment at: lib/ExecutionEngine/IntelJITEvents/CMakeLists.txt:18
@@ +17,2 @@
+
+add_dependencies(LLVMIntelJITEvents intrinsics_gen)
----------------
Why do you need this?
Repository:
rL LLVM
http://reviews.llvm.org/D16940
More information about the llvm-commits
mailing list