[clang] [llvm] [clang] Implement pragma clang section on COFF targets (PR #112714)

Vinicius Tadeu Zein via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 22 08:12:26 PST 2024


================
@@ -2378,13 +2394,28 @@ MCSection *TargetLoweringObjectFileXCOFF::getExplicitSectionGlobal(
   StringRef SectionName = GO->getSection();
----------------
vtz wrote:

The focus was from the beginning on COFF format. We misinterpreted and thought the XCOFF would be the same way. It doesn't look to be so, so we decided to drop the changes for XCOFF from this PR. This also makes this PR more isolated.

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


More information about the cfe-commits mailing list