[PATCH] D38021: [Compiler-rt][MIPS] Fix cross build for XRAY

Simon Dardis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 28 04:24:52 PDT 2017


sdardis requested changes to this revision.
sdardis added a comment.
This revision now requires changes to proceed.

I'm seeing a failure when attempting to run 'ninja check-xray'. The CMAKE_C_FLAGS are being appended twice / CMAKE_CXX_FLAGS and CMAKE_C_FLAGS are being appended to the commandline to build the unit-tests for xray, but the second set have '\' after each argument causing clang to reject the commandline.


https://reviews.llvm.org/D38021





More information about the llvm-commits mailing list