[PATCH] D58184: [scudo][standalone] Introduce platform specific code & mutexes
Kostya Kortchinsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 27 11:46:41 PST 2019
cryptoad added a comment.
I assume the rt issue can be fixed with:
`append_list_if(COMPILER_RT_HAS_LIBRT -lrt LINK_FLAGS)`
in the standalone tests CMakeLists.txt.
I am unclear as to what the solution is for the i386 vs x64 issue, as I also have both and running test for both without issue.
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58184/new/
https://reviews.llvm.org/D58184
More information about the llvm-commits
mailing list