[all-commits] [llvm/llvm-project] 6ab9da: [clang] Implement #pragma clang section on COFF ta...
Vinicius Tadeu Zein via All-commits
all-commits at lists.llvm.org
Tue Jan 21 16:13:20 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6ab9dafec807a64a4e940bfaecc815e23454dfe8
https://github.com/llvm/llvm-project/commit/6ab9dafec807a64a4e940bfaecc815e23454dfe8
Author: Vinicius Tadeu Zein <vtzein at gmail.com>
Date: 2025-01-21 (Tue, 21 Jan 2025)
Changed paths:
M clang/docs/LanguageExtensions.rst
M clang/docs/ReleaseNotes.rst
M clang/test/Sema/pragma-clang-section.c
M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
A llvm/test/CodeGen/X86/clang-section-coff.ll
Log Message:
-----------
[clang] Implement #pragma clang section on COFF targets (#112714)
This patch implements the directive #pragma clang section on COFF targets
with the exact same features available on ELF and Mach-O.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list