[PATCH] D57073: allow COFF .def directive in module assembly when using ThinLTO

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 23 20:27:01 PST 2019


pcc added inline comments.


================
Comment at: llvm/test/MC/COFF/module-asm-coff.ll:1
+; Tests COFF-specific directives in module level assembly.
+
----------------
This isn't really a test of the MC layer. Can it be simplified to use llvm-nm and moved under test/Object?


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

https://reviews.llvm.org/D57073





More information about the llvm-commits mailing list