[clang] [Driver] Also use --no-as-needed when linking libatomic on Linux/Sparc (PR #65827)

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 9 15:10:35 PDT 2023


================
@@ -618,6 +618,7 @@ void tools::gnutools::Linker::ConstructJob(Compilation &C, const JobAction &JA,
         CmdArgs.push_back("--push-state");
----------------
MaskRay wrote:

Is Issue #41880 and D118021 still relevant? If not, the description needs to describe why the change is now safe.

https://github.com/llvm/llvm-project/pull/65827


More information about the cfe-commits mailing list