forked from OSchip/llvm-project
Enhance -fsyntax-only test of Carbon.h to also include testing for PTH.
llvm-svn: 61958
This commit is contained in:
parent
8598addcd7
commit
510b4da49d
|
@ -1,4 +1,5 @@
|
|||
// RUN: clang %s -fsyntax-only -print-stats
|
||||
// RUN: clang %s -fsyntax-only -print-stats &&
|
||||
// RUN: clang -x c-header -o %t %s && clang -token-cache %t %s
|
||||
#ifdef __APPLE__
|
||||
#include <Carbon/Carbon.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue