[clang] [clang][X86] Support __attribute__((model("small"/"large"))) (PR #124834)
Arthur Eubanks via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 29 12:56:53 PST 2025
================
@@ -5,7 +5,7 @@
// RUN: %clang_cc1 -triple riscv64 -verify=expected,riscv64 -fsyntax-only %s
// RUN: %clang_cc1 -triple x86_64 -verify=expected,x86_64 -fsyntax-only %s
----------------
aeubanks wrote:
does the change to this test make sense, or am I missing something that putting a copy in test/SemaCUDA would give us?
https://github.com/llvm/llvm-project/pull/124834
More information about the cfe-commits
mailing list