[PATCH] D83725: [llvm-mc] Add --doc-id=<id> to support multiple documents in a file

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 14 06:13:59 PDT 2020


probinson added a comment.

Wouldn't using `.ifdef` directives with `--defsym` on the command line work equally well?  At least for .s files run through llvm-mc.
There are examples of this in the lit tests already, easy enough to find.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83725





More information about the llvm-commits mailing list