[clang] [Preprocessor] Do not expand macros if the input is already preprocessed (PR #137665)

Michael Spencer via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 30 12:42:14 PDT 2025


Juan Manuel Martinez =?utf-8?q?CaamaƱo?= <juamarti at amd.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/137665 at github.com>


Bigcheese wrote:

module maps don't get preprocessed, so I don't think it matters what that is set to. For normal module.modulemap files `Preprocessed` is `false`. I think it's fine to remove the true and see if anything breaks, the preprocessor just skips over that section anyway.

https://github.com/llvm/llvm-project/pull/137665


More information about the cfe-commits mailing list