[PATCH] D129714: [Driver] Don't passs --dynamic-linker in -r mode

Brad Smith via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 14 07:34:55 PDT 2022


brad added a comment.

One question, should the backends be passing -pie when using -r? I had adjusted the tests but cannot remember why I had changed the logic of the backend before submitting the diff. I had originally had -pie disabled with -r for Ananas and NetBSD.

I noticed Fuchsia had...

  if (!Args.hasArg(options::OPT_shared) && !Args.hasArg(options::OPT_r))
    CmdArgs.push_back("-pie");




Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129714



More information about the cfe-commits mailing list