You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
; RUN: llc -filetype=obj -mtriple=wasm32-unknown-unknown -o %t.o %s
|
|
; RUN: llvm-nm %t.o | FileCheck %s
|
|
|
|
@foo = internal global i32 1, align 4
|
|
@bar = global i32 1, align 4
|
|
|
|
; CHECK: 00000004 D bar
|
|
; CHECK: 00000000 d foo
|