bolt/deps/llvm-18.1.8/llvm/test/Transforms/GlobalDCE/2003-10-09-PreserveWeakGlobals.ll
2025-02-14 19:21:04 +01:00

6 lines
142 B
LLVM

; Weak variables should be preserved by global DCE!
; RUN: opt < %s -passes=globaldce -S | FileCheck %s
; CHECK: @A
@A = weak global i32 54