[clang] [clang][x86] Support -masm=intel in cpuid.h (PR #127331)

2025-02-25 Thread Abhishek Kaushik via cfe-commits
https://github.com/abhishek-kaushik22 closed https://github.com/llvm/llvm-project/pull/127331 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][x86] Support -masm=intel in cpuid.h (PR #127331)

2025-02-25 Thread via cfe-commits
Alcaro wrote: So what's going on here? What's the next step? Who's waiting for who? https://github.com/llvm/llvm-project/pull/127331 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][x86] Support -masm=intel in cpuid.h (PR #127331)

2025-02-15 Thread Phoebe Wang via cfe-commits
https://github.com/phoebewang approved this pull request. LGTM. https://github.com/llvm/llvm-project/pull/127331 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][x86] Support -masm=intel in cpuid.h (PR #127331)

2025-02-15 Thread via cfe-commits
https://github.com/Alcaro updated https://github.com/llvm/llvm-project/pull/127331 >From 90e3f502e582f44cd19e1b8b71d218330b13c9e4 Mon Sep 17 00:00:00 2001 From: Alcaro Date: Sat, 15 Feb 2025 16:05:40 +0100 Subject: [PATCH 1/4] [clang][x86] Support -masm=intel in cpuid.h --- clang/lib/Headers/

[clang] [clang][x86] Support -masm=intel in cpuid.h (PR #127331)

2025-02-15 Thread Phoebe Wang via cfe-commits
phoebewang wrote: Please update test in clang\test\Headers\cpuid.c https://github.com/llvm/llvm-project/pull/127331 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][x86] Support -masm=intel in cpuid.h (PR #127331)

2025-02-15 Thread via cfe-commits
https://github.com/Alcaro updated https://github.com/llvm/llvm-project/pull/127331 >From 90e3f502e582f44cd19e1b8b71d218330b13c9e4 Mon Sep 17 00:00:00 2001 From: Alcaro Date: Sat, 15 Feb 2025 16:05:40 +0100 Subject: [PATCH 1/3] [clang][x86] Support -masm=intel in cpuid.h --- clang/lib/Headers/

[clang] [clang][x86] Support -masm=intel in cpuid.h (PR #127331)

2025-02-15 Thread via cfe-commits
https://github.com/Alcaro updated https://github.com/llvm/llvm-project/pull/127331 >From 90e3f502e582f44cd19e1b8b71d218330b13c9e4 Mon Sep 17 00:00:00 2001 From: Alcaro Date: Sat, 15 Feb 2025 16:05:40 +0100 Subject: [PATCH 1/2] [clang][x86] Support -masm=intel in cpuid.h --- clang/lib/Headers/

[clang] [clang][x86] Support -masm=intel in cpuid.h (PR #127331)

2025-02-15 Thread via cfe-commits
Alcaro wrote: Oh come on, it was like that when I found it. https://github.com/llvm/llvm-project/pull/127331 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][x86] Support -masm=intel in cpuid.h (PR #127331)

2025-02-15 Thread via cfe-commits
github-actions[bot] wrote: :warning: C/C++ code formatter, clang-format found issues in your code. :warning: You can test this locally with the following command: ``bash git-clang-format --diff 21e956df9b2b283c2f2ed710c542ebeebf8473ff 90e3f502e582f44cd19e1b8b71d218330b13c9e4 --e

[clang] [clang][x86] Support -masm=intel in cpuid.h (PR #127331)

2025-02-15 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: None (Alcaro) Changes Fixes #127271 Testing mostly done in Compiler Explorer https://godbolt.org/z/q1h3ohxr7 --- Full diff: https://github.com/llvm/llvm-project/pull/127331.diff 1 Files Affected: - (modified) clang/lib/Headers/cpuid.h

[clang] [clang][x86] Support -masm=intel in cpuid.h (PR #127331)

2025-02-15 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-backend-x86 Author: None (Alcaro) Changes Fixes #127271 Testing mostly done in Compiler Explorer https://godbolt.org/z/q1h3ohxr7 --- Full diff: https://github.com/llvm/llvm-project/pull/127331.diff 1 Files Affected: - (modified) clang/lib/Headers/cp

[clang] [clang][x86] Support -masm=intel in cpuid.h (PR #127331)

2025-02-15 Thread via cfe-commits
https://github.com/Alcaro created https://github.com/llvm/llvm-project/pull/127331 Fixes #127271 Testing mostly done in Compiler Explorer https://godbolt.org/z/q1h3ohxr7 >From 90e3f502e582f44cd19e1b8b71d218330b13c9e4 Mon Sep 17 00:00:00 2001 From: Alcaro Date: Sat, 15 Feb 2025 16:05:40 +0100