[PATCH] D80402: [NFC][XCOFF][AIX] Return function entry point symbol with dedicate function

Digger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 26 07:34:10 PDT 2020


DiggerLin marked an inline comment as done.
DiggerLin added inline comments.


================
Comment at: llvm/include/llvm/Target/TargetLoweringObjectFile.h:249
+  /// Otherwise, returns nulltpr.
+  virtual MCSymbol *getFunctionEntryPointSymbol(const Function *F,
+                                                const TargetMachine &TM) const {
----------------
the code should be never come to here.  maybe report an fatal error maybe better.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80402





More information about the llvm-commits mailing list