[PATCH] D153907: [AIX] [TOC] Add -mtocdata/-mno-tocdata options on AIX

Alex Gatea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 13 07:12:22 PDT 2023


alexgatea added a comment.

> You can use `-###` to dump cc1 options and find the useful one for your `%clang_cc1` command.

I've done this and determined which options need to be added but I don't see any precedent for this in CodeGen tests. For example no CodeGen has -I /usr/include. It seems either way, using clang++ or adding these extra options, I will break a precedent


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

https://reviews.llvm.org/D153907



More information about the llvm-commits mailing list