From: John Thompson Date: Thu, 15 Oct 2009 14:34:41 +0000 (+0000) Subject: Sorry! Accidentally checked in experimental change. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f65b9f58f4da63315c9e8bd741b64472cbb05bc9;p=clang Sorry! Accidentally checked in experimental change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84183 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/builtins.c b/test/CodeGen/builtins.c index ac59b27495..359d5070cc 100644 --- a/test/CodeGen/builtins.c +++ b/test/CodeGen/builtins.c @@ -117,7 +117,7 @@ int main() { -char *strcat(char *a, char const *b) {} +void strcat() {} void foo() { __builtin_strcat(0, 0);