[PATCH] D107786: [AIX]: Fix option processing for -b

Jinsong Ji via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 9 16:36:16 PDT 2021


jsji accepted this revision as: jsji.
jsji added a comment.

LGTM, Thanks.



================
Comment at: clang/test/Driver/Xlinker-args.c:26
 // LINUX: "--no-demangle" "-e" "_start" "one" "two" "three" "four" "-z" "five" "-r" {{.*}} "-T" "a.lds"
-// AIX: "-b" "one" 
+// AIX: "-b" "one" "-b" "two"
 // NOT-AIX: error: unsupported option '-b' for target 'powerpc-unknown-linux'
----------------
It would be better if we can tested mixing other options like `-z` .


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107786



More information about the cfe-commits mailing list