[PATCH] D16940: Fix build LLVM with -D LLVM_USE_INTEL_JITEVENTS:BOOL=ON on Windows

Andy Kaylor via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 11 13:06:42 PST 2016


andrew.w.kaylor added inline comments.

================
Comment at: lib/ExecutionEngine/IntelJITEvents/CMakeLists.txt:17
@@ +16,2 @@
+
+add_dependencies(LLVMIntelJITEvents LLVMCodeGen)
----------------
I'm not 100% sure that the change I made matches what you are suggesting, but it appears to fix the problem in the 3.8 branch.


Repository:
  rL LLVM

http://reviews.llvm.org/D16940





More information about the llvm-commits mailing list