These tests use standard headers and so need ms extensions with MSVC headers.

Use the driver instead of just clang -cc1.

llvm-svn: 136037
This commit is contained in:
Eric Christopher 2011-07-26 01:12:27 +00:00
parent ad869153ba
commit 6f2a0d7234
2 changed files with 15 additions and 15 deletions

View File

@ -1,4 +1,4 @@
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null // RUN: %clang -S -emit-llvm %s -o /dev/null
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>

View File

@ -1,4 +1,4 @@
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null // RUN: %clang -S -emit-llvm %s -o /dev/null
#include <setjmp.h> #include <setjmp.h>