[PATCH] D123951: [LLVM][AIX] Implement XCOFF exported visibility

David Tenty via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 28 11:51:58 PDT 2022


daltenty updated this revision to Diff 425868.
daltenty added a comment.

Make assert for mixed non-export visibility and dllexport a fatal error


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

https://reviews.llvm.org/D123951

Files:
  llvm/docs/LangRef.rst
  llvm/include/llvm/MC/MCAsmInfo.h
  llvm/include/llvm/MC/MCDirectives.h
  llvm/lib/MC/MCAsmStreamer.cpp
  llvm/lib/MC/MCELFStreamer.cpp
  llvm/lib/MC/MCMachOStreamer.cpp
  llvm/lib/MC/MCWasmStreamer.cpp
  llvm/lib/MC/MCXCOFFStreamer.cpp
  llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
  llvm/test/CodeGen/PowerPC/aix-xcoff-exported-nondefault.ll
  llvm/test/CodeGen/PowerPC/aix-xcoff-visibility.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123951.425868.patch
Type: text/x-patch
Size: 9851 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220428/bce93a02/attachment.bin>


More information about the llvm-commits mailing list