forked from OSchip/llvm-project
Do not attempt to include CUDA headers during the test.
llvm-svn: 253947
This commit is contained in:
parent
2af65c4a89
commit
d977f4ab99
|
@ -1,6 +1,6 @@
|
|||
// Verify that we can parse a simple CUDA file with or without -save-temps
|
||||
// http://llvm.org/PR22936
|
||||
// RUN: %clang -Werror -fsyntax-only -c %s
|
||||
// RUN: %clang -nocudainc -Werror -fsyntax-only -c %s
|
||||
//
|
||||
// Verify that we pass -x cuda-cpp-output to compiler after
|
||||
// preprocessing a CUDA file
|
||||
|
|
Loading…
Reference in New Issue