[PATCH] D89049: [AIX][XCOFF] print out the traceback info

Digger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 27 07:45:25 PST 2020


DiggerLin added inline comments.


================
Comment at: llvm/include/llvm/Object/XCOFFObjectFile.h:407
 public:
-  uint8_t geNumberOfVRSaved() const;
+  uint8_t getNumberOfVRSaved() const;
   bool isVRSavedOnStack() const;
----------------
for the function name , I already has the separate patch for it. https://reviews.llvm.org/D92225 . 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89049



More information about the llvm-commits mailing list