Mercurial > hg > CbC > CbC_llvm
view test/Other/ResponseFile.ll @ 35:503e14e069e4
update to LLVM 3.5
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 12 Dec 2013 23:38:21 +0900 |
parents | 95c75e76d11b |
children | 60c9769439b8 |
line wrap: on
line source
; Test that we can recurse, at least a little bit. The -time-passes flag here ; is a hack to make sure that neither echo nor the shell expands the response ; file for us. Tokenization with quotes is tested in unittests. ; RUN: echo %s > %t.list1 ; RUN: echo "-time-passes @%t.list1" > %t.list2 ; RUN: llvm-as @%t.list2 -o %t.bc ; RUN: llvm-nm %t.bc 2>&1 | FileCheck %s ; CHECK: T foobar define void @foobar() { ret void }