[PATCH] D56297: [DWARFUnit] Don't assume basic types.

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 4 15:39:29 PST 2019


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


================
Comment at: llvm/test/Assembler/DIAsmunsigned.ll:2
+; RUN: llc < %s | FileCheck %s
+; CHECK:        .section        __DWARF,__debug_str,regular,debug
+; CHECK-NEXT: Linfo_string:
----------------
probinson wrote:
> This looks like Darwin naming, you probably want an explicit triple on the RUN line.
Correct, I'll relax that.


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

https://reviews.llvm.org/D56297





More information about the llvm-commits mailing list