[PATCH] D52349: [XRay] Clean up XRay build configuration

Michał Górny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 18 12:01:40 PST 2018


mgorny added inline comments.


================
Comment at: compiler-rt/trunk/cmake/Modules/CompilerRTUtils.cmake:242
+    execute_process(
+      COMMAND ${LLVM_CONFIG_PATH} "--ldflags" "--libs" "xray" "testingsupport"
+      RESULT_VARIABLE HAD_ERROR
----------------
I'm sorry but this can't really work properly with stand-alone builds since LLVMTestingSupport is not installed. You need to build it from the source tree, and that's true PITA. I've just spent two hours trying to fix this and I've reached peak level of frustration where I give up.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D52349/new/

https://reviews.llvm.org/D52349





More information about the llvm-commits mailing list