[PATCH] D130981: [yaml2obj] Add a `-E` flag to preprocess only.
Simon Tatham via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 2 04:08:38 PDT 2022
simon_tatham added a comment.
I wrote this patch in order to use it myself. Naturally the problem I was trying to debug turned out to be embarrassingly trivial – I hadn't made a subtle mistake in the macro syntax, I'd put my `-D` options on completely the wrong command line. But now I've written the patch anyway it seems a pity to waste it :-)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130981/new/
https://reviews.llvm.org/D130981
More information about the llvm-commits
mailing list