projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
586b7b7
)
Don't leave an output file in the test directory.
author
Dan Gohman
<gohman@apple.com>
Wed, 1 Oct 2008 04:13:23 +0000
(
04:13
+0000)
committer
Dan Gohman
<gohman@apple.com>
Wed, 1 Oct 2008 04:13:23 +0000
(
04:13
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56910
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Assembler/2008-09-02-FunctionNotes2.ll
patch
|
blob
|
history
diff --git
a/test/Assembler/2008-09-02-FunctionNotes2.ll
b/test/Assembler/2008-09-02-FunctionNotes2.ll
index 6a5116b55308427e1c89ca7d79efcf2f288cc16e..966e0f87ba278c2a181860d80164bf701e652fd9 100644
(file)
--- a/
test/Assembler/2008-09-02-FunctionNotes2.ll
+++ b/
test/Assembler/2008-09-02-FunctionNotes2.ll
@@
-1,5
+1,5
@@
; Test function notes
-; RUN: not llvm-as
%s
|& grep "only one inline note"
+; RUN: not llvm-as
%s -o /dev/null -f
|& grep "only one inline note"
; XFAIL: *
define void @fn1() alwaysinline noinline {
ret void