[PATCH] D68340: Add AIX toolchain and basic linker functionality

Jason Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 24 08:01:30 PDT 2019


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

Aside from the nit comment that can be addressed when checkin. 
LGTM.



================
Comment at: clang/lib/Driver/ToolChains/AIX.cpp:59
+
+  auto getCrt0Basename = [&IsArch32Bit, &Args] {
+    // Enable gprofiling when "-pg" is specified.
----------------
nit: There is no need to capture IsArch32Bit by reference. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68340





More information about the cfe-commits mailing list