[clang] [BPF] Handle aliases in CodeGenModule::EmitExternalDeclaration. Fixes #192365 (PR #192374)

David Blaikie via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 17 17:10:24 PDT 2026


================
@@ -0,0 +1,9 @@
+// RUN: %clang_cc1 -triple bpfel -emit-llvm -debug-info-kind=constructor %s -o - | FileCheck %s
----------------
dwblaikie wrote:

There aren't any types involved in this example, so probably `-debug-info-kind=constructor` isn't needed?

https://github.com/llvm/llvm-project/pull/192374


More information about the cfe-commits mailing list