[PATCH] D104601: [Preprocessor] Implement -fminimize-whitespace.

Martin Storsjö via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 27 01:44:07 PDT 2021


mstorsjo added a comment.

In D104601#2906588 <https://reviews.llvm.org/D104601#2906588>, @mstorsjo wrote:

> This broke some cases for me, where the output is missing some newlines, breaking the output badly. I’ll try to provide a repro…

https://martin.st/temp/repro.tar.xz

clang -target x86_64-windows-gnu -E -P _mkerrcodes.h -Iinclude

The output (at the end) has missing newlines (e.g. around GPG_ERR_ETXTBSY).


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