daltenty added inline comments.

================
Comment at: clang/lib/Driver/ToolChains/AIX.cpp:237
+    // Add directory to library search path.
+    Args.AddAllArgs(CmdArgs, options::OPT_L);
+    ToolChain.AddFilePathLibArgs(Args, CmdArgs);
----------------
This mostly looks good, but I'm not sure other toolchains omit use specified 
`L` options. I think we shouldn't either.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145899

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

Reply via email to