hanchenye-llvm-project/llvm/test/Object/mangle-ir.ll

9 lines
124 B
LLVM
Raw Normal View History

; RUN: llvm-as %s -o - | llvm-nm - | FileCheck %s
target datalayout = "m:o"
; CHECK: T _f
define void @f() {
ret void
}