[PATCH] D123951: [LLVM] Add exported visibility-style to IR for XCOFF

David Tenty via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 19 15:52:50 PDT 2022


daltenty updated this revision to Diff 423757.
daltenty added a comment.
Herald added a subscriber: mgorny.

Address review comments


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

https://reviews.llvm.org/D123951

Files:
  llvm/docs/BitCodeFormat.rst
  llvm/docs/LangRef.rst
  llvm/include/llvm/AsmParser/LLToken.h
  llvm/include/llvm/IR/GlobalValue.h
  llvm/include/llvm/MC/MCAsmInfo.h
  llvm/include/llvm/MC/MCDirectives.h
  llvm/lib/AsmParser/LLLexer.cpp
  llvm/lib/AsmParser/LLParser.cpp
  llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
  llvm/lib/IR/AsmWriter.cpp
  llvm/lib/MC/MCAsmStreamer.cpp
  llvm/lib/MC/MCELFStreamer.cpp
  llvm/lib/MC/MCMachOStreamer.cpp
  llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
  llvm/test/CodeGen/PowerPC/aix-xcoff-visibility.ll
  llvm/test/LTO/Resolution/X86/symtab.ll
  llvm/tools/llvm-lto2/llvm-lto2.cpp
  llvm/unittests/IR/CMakeLists.txt
  llvm/unittests/IR/VisibilityStyleTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123951.423757.patch
Type: text/x-patch
Size: 14228 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220419/237ecc5e/attachment.bin>


More information about the llvm-commits mailing list