[PATCH] D57822: [yaml2obj]Allow number for ELF symbol type

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 6 08:42:23 PST 2019


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


================
Comment at: test/tools/yaml2obj/symbol-type.yaml:5
+# CHECK: Name: notype
+# CHECK: Type: None
+# CHECK: Name: normal_type
----------------
grimar wrote:
> Oh, maybe use CHECK-NEXT?
These aren't on adjacent lines, so CHECK-NEXT would have to check things like the value line etc in between.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D57822





More information about the llvm-commits mailing list