[all-commits] [llvm/llvm-project] dbc206: [CIR][CIRGen] Support for section atttribute on ci...

Chaitanya via All-commits all-commits at lists.llvm.org
Wed Apr 1 21:28:38 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dbc206f35d36370b9adac7868eb319799de7abe1
      https://github.com/llvm/llvm-project/commit/dbc206f35d36370b9adac7868eb319799de7abe1
  Author: Chaitanya <Krishna.Sankisa at amd.com>
  Date:   2026-04-02 (Thu, 02 Apr 2026)

  Changed paths:
    M clang/include/clang/CIR/Dialect/IR/CIROps.td
    M clang/include/clang/CIR/Interfaces/CIROpInterfaces.td
    M clang/include/clang/CIR/MissingFeatures.h
    M clang/lib/CIR/CodeGen/CIRGenModule.cpp
    M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
    A clang/test/CIR/CodeGen/global-section.c

  Log Message:
  -----------
  [CIR][CIRGen] Support for section atttribute on cir.global (#188200)

Upstreaming clangIR PR: https://github.com/llvm/clangir/pull/422

This PR implement support for `__attribute__((section("name")))` on
global variables in ClangIR, matching OGCG behavior.



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