bolt/deps/llvm-18.1.8/llvm/test/Transforms/GlobalDCE/2003-10-09-PreserveWeakGlobals.ll

7 lines
142 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
; Weak variables should be preserved by global DCE!
; RUN: opt < %s -passes=globaldce -S | FileCheck %s
; CHECK: @A
@A = weak global i32 54