phosek accepted this revision.
phosek added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: clang/lib/Driver/ToolChains/Fuchsia.cpp:64-65
     CmdArgs.push_back("--pack-dyn-relocs=relr");
+    CmdArgs.push_back("-z");
+    CmdArgs.push_back("rel");
   }
----------------
Super minor nit, but I'd prefer moving this two lines up to keep all the `-z` 
options together.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113136

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

Reply via email to