[clang] [BPF] Handle aliases in CodeGenModule::EmitExternalDeclaration. Fixes #192365 (PR #192374)
Alexander Kornienko via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 17 17:15:25 PDT 2026
================
@@ -0,0 +1,9 @@
+// RUN: %clang_cc1 -triple bpfel -emit-llvm -debug-info-kind=constructor %s -o - | FileCheck %s
----------------
alexfh wrote:
The crash doesn't reproduce without this option.
https://github.com/llvm/llvm-project/pull/192374
More information about the cfe-commits
mailing list