[clang] [clang][bytecode] Diagnose loads from weak variables (PR #109256)

2024-09-19 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr closed https://github.com/llvm/llvm-project/pull/109256 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][bytecode] Diagnose loads from weak variables (PR #109256)

2024-09-19 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Timm Baeder (tbaederr) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/109256.diff 3 Files Affected: - (modified) clang/lib/AST/ByteCode/Interp.cpp (+15-1) - (modified) clang/test/AST/ByteCode/weak.cpp (+8) - (modifi

[clang] [clang][bytecode] Diagnose loads from weak variables (PR #109256)

2024-09-19 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr created https://github.com/llvm/llvm-project/pull/109256 None >From dd54314e7fca35feb4ae8d00687544990284d18c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Thu, 19 Sep 2024 10:08:10 +0200 Subject: [PATCH] [clang][bytecode] Diagnose loads from wea