bolt/deps/llvm-18.1.8/llvm/test/tools/llvm-nm/opaque-pointers.ll

13 lines
260 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
; RUN: llvm-as < %s > %t.opaque.bc
; RUN: llvm-ar cr %t.a %S/Inputs/typed.bc %t.opaque.bc
; RUN: llvm-nm --just-symbol-name %t.a | FileCheck %s
; CHECK-LABEL: typed.bc:
; CHECK: test
; CHECK-LABEL: opaque.bc:
; CHECK: test
define void @test() {
ret void
}