[all-commits] [llvm/llvm-project] 7b91bb: [clang][bytecode] Fix redeclaring global externs w...

Timm Baeder via All-commits all-commits at lists.llvm.org
Tue Oct 21 06:14:48 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7b91bb2046eda8c3ce2a97a70fc2485a0a1fcb96
      https://github.com/llvm/llvm-project/commit/7b91bb2046eda8c3ce2a97a70fc2485a0a1fcb96
  Author: Timm Baeder <tbaeder at redhat.com>
  Date:   2025-10-21 (Tue, 21 Oct 2025)

  Changed paths:
    M clang/lib/AST/ByteCode/Compiler.cpp
    M clang/test/AST/ByteCode/builtin-functions.cpp

  Log Message:
  -----------
  [clang][bytecode] Fix redeclaring global externs without initializer (#164409)

Return the same value, whether we've already allocated the variable or
not.



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