[PATCH] D92398: [AIX][XCOFF] emit traceback table for function in aix
Jason Liu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 8 14:35:15 PST 2020
jasonliu added inline comments.
================
Comment at: llvm/lib/BinaryFormat/XCOFF.cpp:101
+ LANG_CASE(ObjectiveC)
+ case XCOFF::TracebackTable::CPlusPlus:
+ return "C++";
----------------
nit :I think it's fine to return "CPlusPlus" in the string and no need for a special case here.
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