[cfe-commits] r67592 - in /cfe/trunk/test: CodeGen/x86_32-arguments.c Sema/implicit-builtin-decl.c
Eli Friedman
eli.friedman at gmail.com
Mon Mar 23 18:11:18 PDT 2009
Author: efriedma
Date: Mon Mar 23 20:11:18 2009
New Revision: 67592
URL: http://llvm.org/viewvc/llvm-project?rev=67592&view=rev
Log:
Fix a couple of tests.
Modified:
cfe/trunk/test/CodeGen/x86_32-arguments.c
cfe/trunk/test/Sema/implicit-builtin-decl.c
Modified: cfe/trunk/test/CodeGen/x86_32-arguments.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/x86_32-arguments.c?rev=67592&r1=67591&r2=67592&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/x86_32-arguments.c (original)
+++ cfe/trunk/test/CodeGen/x86_32-arguments.c Mon Mar 23 20:11:18 2009
@@ -1,4 +1,4 @@
-// RUN: clang -triple i386-unknown-unknown -emit-llvm -o %t %s &&
+// RUN: clang -triple i386-apple-darwin9 -emit-llvm -o %t %s &&
// RUN: grep 'define signext i8 @f0()' %t &&
// RUN: grep 'define signext i16 @f1()' %t &&
// RUN: grep 'define i32 @f2()' %t &&
Modified: cfe/trunk/test/Sema/implicit-builtin-decl.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Sema/implicit-builtin-decl.c?rev=67592&r1=67591&r2=67592&view=diff
==============================================================================
--- cfe/trunk/test/Sema/implicit-builtin-decl.c (original)
+++ cfe/trunk/test/Sema/implicit-builtin-decl.c Mon Mar 23 20:11:18 2009
@@ -42,7 +42,7 @@
// PR3855
void snprintf(); // expected-warning{{incompatible redeclaration of library function 'snprintf'}} \
- // expected-note{{'snprintf' is a builtin with type 'int (char *, unsigned long, char const *, ...)'}}
+ // expected-note{{'snprintf' is a builtin}}
int
main(int argc, char *argv[])
More information about the cfe-commits
mailing list