summaryrefslogtreecommitdiff
path: root/test/Other/ResponseFile.ll
blob: b8b3d0a9023325107cc8181cdff151b9b0d1dfd8 (plain)
1
2
3
4
5
6
7
8
9
; RUN: echo %s > %t.list
; RUN: llvm-as @%t.list -o %t.bc
; RUN: llvm-nm %t.bc 2>&1 | FileCheck %s

; CHECK: T foobar

define void @foobar() {
  ret void
}