bolt/deps/llvm-18.1.8/llvm/test/CodeGen/AVR/no-clear-bss.ll
2025-02-14 19:21:04 +01:00

8 lines
264 B
LLVM

; RUN: llc < %s -march=avr | FileCheck %s
; CHECK: .globl __do_copy_data
; CHECK-NOT: .globl __do_clear_bss
@str = internal global [3 x i8] c"foo"
@noinit = internal constant [3 x i8] zeroinitializer, section ".noinit"
@external = external constant [3 x i8]