[clang] [clang][X86] Support __attribute__((model("small"/"large"))) (PR #124834)

Arthur Eubanks via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 3 12:46:39 PST 2025


aeubanks wrote:

I've allowed the attribute for NVPTX targets and ignored it in SemaDeclAttr rather than figure out how to conditionally emit a warning during codegen, does that work?

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


More information about the cfe-commits mailing list