[PATCH] D70264: [yaml2obj][test] Move tests to binary format specific subdirectories
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 18 01:06:56 PST 2019
grimar accepted this revision.
grimar added a comment.
This revision is now accepted and ready to land.
Nice cleanup! I've found only a single minor nit.
================
Comment at: llvm/test/tools/yaml2obj/ELF/empty-symbols.yaml:10
+ Machine: EM_X86_64
+# We usually express this as `Symbols: []` but we are testing omitted value here.
+Symbols:
----------------
`#` -> `##`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70264/new/
https://reviews.llvm.org/D70264
More information about the llvm-commits
mailing list