phosek added a comment.

Have you checked if all the tests are still passing?



================
Comment at: clang/lib/Driver/ToolChains/Fuchsia.cpp:160
 
+    AddLinkerInputs(ToolChain, Inputs, Args, CmdArgs, JA);
+    ToolChain.addProfileRTLibs(Args, CmdArgs);
----------------
This shouldn't move, these are linker inputs provided by the used and should be 
always passed to the linker.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119201/new/

https://reviews.llvm.org/D119201

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to