[PATCH] D75091: [modulemap] Speculative fix for macro collision with sys/param.h
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 24 16:45:37 PST 2020
aprantl added inline comments.
================
Comment at: llvm/include/llvm/module.modulemap:43
+
+ exclude header "Target/X86/X86GenInstrInfo.inc"
}
----------------
Would it be even safer to use `textual` here, so it doesn't get absorbed into another module? (Not sure about the exact semantics of exclude either).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75091/new/
https://reviews.llvm.org/D75091
More information about the llvm-commits
mailing list