[PATCH] D104601: [Preprocessor] Implement -fminimize-whitespace.
Michael Kruse via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 30 10:03:45 PDT 2021
Meinersbur added a comment.
@romanovvlad This is due to -fms-extensions. It Expands `__Pragma` to `#pragma` instead of keeping it a `__Pragma`. This is a one-line fix.
@alexfh This was fixed by D106924 <https://reviews.llvm.org/D106924>
I would suggest to not revert. Will upload a patch for `-fms-extensions` after some cleanup.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104601/new/
https://reviews.llvm.org/D104601
More information about the cfe-commits
mailing list