[PATCH] D83345: [ms] [llvm-ml] Fix MASM support for nested unnamed STRUCTs and UNIONs
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 11 19:23:46 PDT 2020
thakis accepted this revision.
thakis added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/test/tools/llvm-ml/struct.test:158
+ y BYTE ?
+ ENDS
+ ENDS
----------------
Can you add another field after the unnamed struct, just to check that that does the right thing?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83345/new/
https://reviews.llvm.org/D83345
More information about the llvm-commits
mailing list