[PATCH] D110128: [Driver] Correctly handle static C++ standard library
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 23 16:41:52 PDT 2021
MaskRay added inline comments.
================
Comment at: clang/lib/Driver/ToolChains/Fuchsia.cpp:144
+ } else {
+ CmdArgs.push_back("--as-needed");
+ }
----------------
as-needed needs push-state as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110128/new/
https://reviews.llvm.org/D110128
More information about the cfe-commits
mailing list