[PATCH] D75139: [hexagon] Pickup the default crt and libs when the musl target is selected

Sid Manning via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 27 09:53:38 PST 2020


sidneym marked an inline comment as done.
sidneym added inline comments.


================
Comment at: clang/lib/Driver/ToolChains/Hexagon.cpp:290
+    }
+    if (!Args.hasArg(options::OPT_shared))
+      CmdArgs.push_back("-dynamic-linker=/lib/ld-musl-hexagon.so.1");
----------------
the default selection of the dynamic-linker needs to move above AddAllArgs.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75139





More information about the llvm-commits mailing list