[PATCH] D38021: [Compiler-rt][MIPS] Fix cross build for XRAY
Nitesh Jain via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 9 05:15:51 PDT 2017
nitesh.jain added a comment.
>> SANITIZER_COMMON_CFLAGS is defined somewhere else in compiler-rt. It already should be including the CMAKE_C_FLAGS into its definition, so I'm confused why we even need this change.
The CMAKE_C_FLAGS are not include in SANITIZER_COMMON_CFLAGS because of which cross-native build of x-ray is failing.
-Nitesh Jain
https://reviews.llvm.org/D38021
More information about the llvm-commits
mailing list