[PATCH] D75091: [modulemap] Speculative fix for macro collision with sys/param.h
Vedant Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 25 10:46:27 PST 2020
vsk added a comment.
I disabled the bot and ran ninja in the lldb-cmake workspace directly: I could reproduce the problem this way. Neither `exclude header "Target/X86/X86GenInstrInfo.inc"` nor `exclude textual "Target/X86/X86GenInstrInfo.inc"` addressed the issue. I'm really not sure how to fix this now, other than maybe adding `#undef FSCALE` to X86MCTargetDesc.h.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75091/new/
https://reviews.llvm.org/D75091
More information about the llvm-commits
mailing list