phosek accepted this revision. phosek added a comment. This revision is now accepted and ready to land.
LGTM % nit ================ Comment at: clang/lib/Driver/ToolChains/CommonArgs.cpp:586 ArgStringList &CmdArgs) { + if (Triple.isOSFuchsia()) { + // Fuchsia never needs these. Any sanitizer runtimes with system ---------------- Nit: LLVM style says no braces for blocks with a single statement. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D73734/new/ https://reviews.llvm.org/D73734 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits