[PATCH] D158136: [clang][modules] Avoid storing command-line macro definitions into implicitly built PCM files
Ben Langmuir via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 17 09:19:06 PDT 2023
benlangmuir accepted this revision.
benlangmuir added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang/test/Modules/module_file_info.m:44
// CHECK: Uses compiler/target-specific predefines [-undef]: Yes
// CHECK: Uses detailed preprocessing record (for indexing): No
// CHECK: Input file: {{.*}}module.map
----------------
`CHECK-NOT: Predefined macros` ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158136/new/
https://reviews.llvm.org/D158136
More information about the cfe-commits
mailing list