[PATCH] D70352: [PowerPC] Rename DarwinDirective to CPUDirective (NFC)

Jinsong Ji via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 22 12:34:39 PST 2019


jsji added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPCSubtarget.h:172
   /// getDarwinDirective - Returns the -m directive specified for the cpu.
+  unsigned getDarwinDirective() const { return CPUDirective; }
+
----------------
kbarton wrote:
> jsji wrote:
> > Shall we explicitly add doxygen `\deprecated` in comments? 
> I could, if you really want me to. Although I was hoping this wasn't going to be around long enough for that to make a difference.
> 
I am fine with leaving it as it is now. Thanks.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70352





More information about the llvm-commits mailing list