[PATCH] D43390: [DEBUGINFO] Add support for emission of the inlined strings.

Eric Christopher via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 16 14:09:22 PST 2018


echristo accepted this revision.
echristo added a comment.

One inline typo, otherwise fix up what Paul asked for and LGTM.

-eric



================
Comment at: lib/CodeGen/AsmPrinter/DwarfDebug.h:497
 
+  /// Returns wether to use inline strings.
+  bool useInlineStrings() const { return UseInlineStrings; }
----------------
wether - > whether


Repository:
  rL LLVM

https://reviews.llvm.org/D43390





More information about the llvm-commits mailing list