[PATCH] D44791: [scudo] Fuchsia minimal shared runtime
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 25 23:33:26 PDT 2018
phosek added inline comments.
================
Comment at: lib/scudo/CMakeLists.txt:26
+if (FUCHSIA)
+ list(APPEND SCUDO_CFLAGS -nostdinc++ -nostdlib++)
+ # TODO(kostyak): remove when stacktraces are split off of RTSanitizerCommon
----------------
I think `-nostdlib++` should be in `SCUDO_DYNAMIC_LINK_FLAGS` as `-Wl,-nostdlib++` (unless `add_compiler_rt_runtime` already adds all `CFLAGS` to `LDFLAGS` automatically).
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D44791
More information about the llvm-commits
mailing list