[PATCH] D38651: [llvm-rc] Have the tokenizer discard comments

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 6 16:02:04 PDT 2017


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

lgtm, but isn't this the beginning of a C pre-processor? Long term we might want to link this as a library into clang and make `clang-cl -c foo.rc` produce a `.res` file.


https://reviews.llvm.org/D38651





More information about the llvm-commits mailing list