MaskRay added inline comments.

================
Comment at: clang/lib/Driver/ToolChains/Hexagon.cpp:456
   if (IncStdLib && IncDefLibs) {
+    addBitIntRuntime(HTC, CmdArgs, Args);
+
----------------
The runtime library order matters and roughly reflects a topological order.
For instances, -lc is higher level than libgcc_s/libclang_rt.builtins.a 
therefore -lc precedes them.



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122234

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

Reply via email to