[all-commits] [llvm/llvm-project] 43e798: [BPF] Handle aliases in CodeGenModule::EmitExterna...

Alexander Kornienko via All-commits all-commits at lists.llvm.org
Fri Apr 17 18:51:01 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 43e798e4d831b5133e3cf6d30c6315e3e4a71078
      https://github.com/llvm/llvm-project/commit/43e798e4d831b5133e3cf6d30c6315e3e4a71078
  Author: Alexander Kornienko <alexfh at google.com>
  Date:   2026-04-18 (Sat, 18 Apr 2026)

  Changed paths:
    M clang/lib/CodeGen/CodeGenModule.cpp
    A clang/test/CodeGenCXX/bpf-debug-info-alias.cpp

  Log Message:
  -----------
  [BPF] Handle aliases in CodeGenModule::EmitExternalDeclaration. Fixes #192365 (#192374)

Adds handling of global aliases in
CodeGenModule::EmitExternalDeclaration. This fixes a clang crash on some
real code, see llvm#192365.



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