[PATCH] D61117: Fix Bug 41353 - unique symbols printed as D instead of u

Jordan Rupprecht via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 22 16:03:24 PDT 2019


rupprecht accepted this revision.
rupprecht added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/test/tools/llvm-nm/X86/unique.test:3
+## and 'U' for a unique symbol without a section.
+# RUN: yaml2obj < %s | llvm-nm - | FileCheck %s
+
----------------
nit: `<` is not necessary for `yaml2obj`. Just `yaml2obj %s` is fine (and more common).


Repository:
  rL LLVM

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

https://reviews.llvm.org/D61117





More information about the llvm-commits mailing list