[PATCH] D70196: [clang-include-fixer] Skip .rc files when finding symbols
Reid Kleckner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Nov 17 13:34:31 PST 2019
rnk added a comment.
We already have llvm-rc.exe which one could plausibly use to compile rc files, and I didn't like `binary.lower().endswith('rc.exe')` as a test.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70196/new/
https://reviews.llvm.org/D70196
More information about the cfe-commits
mailing list