[clang] [clang][X86] Fix -Wundef warning in cpuid.h (PR #89842)

Nico Weber via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 26 05:14:46 PDT 2024


nico wrote:

If your project disables warning for system headers (why even do that?), I'm guessing there's going to be a bunch of other issues you'll run into. But this change here is fine, it makes cpuid.h consisten with all the other headers in clang/lib/Headers :)

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


More information about the cfe-commits mailing list