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:
17dc4ce
)
update run command
author
Chris Lattner
<sabre@nondot.org>
Mon, 29 Sep 2003 22:17:12 +0000
(22:17 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 29 Sep 2003 22:17:12 +0000
(22:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8749
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/C++Frontend/2003-08-24-Cleanup.cpp.tr
patch
|
blob
|
history
diff --git
a/test/C++Frontend/2003-08-24-Cleanup.cpp.tr
b/test/C++Frontend/2003-08-24-Cleanup.cpp.tr
index 690303545f5ed4b0b2378684cf8ddb9b23d36c39..b27aef40cbd96dd2694c196188d2f7e4843dc8f8 100644
(file)
--- a/
test/C++Frontend/2003-08-24-Cleanup.cpp.tr
+++ b/
test/C++Frontend/2003-08-24-Cleanup.cpp.tr
@@
-1,4
+1,4
@@
-// RUN: llvmg++ -xc++
2003-08-24-Cleanup.cpp.tr -c -o - | dis | grep 'call void %llvm.unwind'
+// RUN: llvmg++ -xc++
%s -c -o - | llvm-dis | grep unwind
struct S { ~S(); };