[PATCH] D92398: [AIX][XCOFF] emit traceback table for function in aix
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 2 17:09:49 PST 2020
hubert.reinterpretcast added inline comments.
================
Comment at: llvm/include/llvm/BinaryFormat/XCOFF.h:306-310
+ LISP,
+ COBOL,
+ Modula2,
+ CPLUSPLUS,
+ RPG,
----------------
LLVM's use of CamelCase includes capitalizing acronyms in the same style as non-acronym words.
================
Comment at: llvm/include/llvm/BinaryFormat/XCOFF.h:311-312
+ RPG,
+ PL8,
+ PLIX,
+ Assembly,
----------------
Both PL8 and PLIX use the same value.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92398/new/
https://reviews.llvm.org/D92398
More information about the llvm-commits
mailing list