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:
6c024c4
)
Fix0r a test that mistakenly used %llvmg++ instead of %llvmgxx.
author
Brian Gaeke
<gaeke@uiuc.edu>
Thu, 20 Nov 2003 19:51:11 +0000
(19:51 +0000)
committer
Brian Gaeke
<gaeke@uiuc.edu>
Thu, 20 Nov 2003 19:51:11 +0000
(19:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10118
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/C++Frontend/2003-11-08-ArrayAddress.cpp.tr
patch
|
blob
|
history
diff --git
a/test/C++Frontend/2003-11-08-ArrayAddress.cpp.tr
b/test/C++Frontend/2003-11-08-ArrayAddress.cpp.tr
index 410e41ceab2b17dc83b98ddf15c9c977b6d10237..9ad1b8f82f721ab6f10bc4b142cc9284bf8e0207 100644
(file)
--- a/
test/C++Frontend/2003-11-08-ArrayAddress.cpp.tr
+++ b/
test/C++Frontend/2003-11-08-ArrayAddress.cpp.tr
@@
-1,4
+1,4
@@
-// RUN: %llvmg
++
-xc++ %s -c -o - | llvm-dis | grep getelementptr
+// RUN: %llvmg
xx
-xc++ %s -c -o - | llvm-dis | grep getelementptr
struct foo {
int array[100];