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

Alex Gatea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 18 11:19:18 PDT 2023


alexgatea updated this revision to Diff 541647.
alexgatea added a comment.

Added diagnostic for when -mtocdata is used with -mcmodel=large


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

https://reviews.llvm.org/D153907

Files:
  clang/test/CodeGen/PowerPC/toc-data-diagnostics.c
  clang/test/Driver/tocdata-mcmodel-large-warning.c
  docs/UsersManual.rst
  include/clang/Basic/CodeGenOptions.h
  include/clang/Basic/DiagnosticDriverKinds.td
  include/clang/Basic/DiagnosticFrontendKinds.td
  include/clang/Driver/Options.td
  include/llvm/ADT/STLExtras.h
  lib/CodeGen/Targets/PPC.cpp
  lib/Driver/ToolChains/Clang.cpp
  lib/Frontend/CompilerInstance.cpp
  test/CodeGen/PowerPC/toc-data-attribute.c
  test/CodeGen/PowerPC/toc-data-structs-arrays.cpp
  test/CodeGen/toc-data.c
  test/Driver/toc-conf.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153907.541647.patch
Type: text/x-patch
Size: 24188 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230718/5ea6cbcc/attachment.bin>


More information about the llvm-commits mailing list