forked from OSchip/llvm-project
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:
parent
ad869153ba
commit
6f2a0d7234
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue