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: llvm-cat -o - %s %S/Inputs/multi-module.ll | llvm-nm - | FileCheck %s
|
|
|
|
; CHECK: T f1
|
|
; CHECK: T f2
|
|
|
|
define void @f1() {
|
|
ret void
|
|
}
|