diff options
Diffstat (limited to 'clang/test/Index/index-file.cu')
-rw-r--r-- | clang/test/Index/index-file.cu | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/clang/test/Index/index-file.cu b/clang/test/Index/index-file.cu deleted file mode 100644 index 26b93f06945..00000000000 --- a/clang/test/Index/index-file.cu +++ /dev/null @@ -1,9 +0,0 @@ -// Make sure we can process CUDA file even if driver creates multiple jobs -// RUN: c-index-test -test-load-source all %s | FileCheck %s -check-prefix=CHECK-ANY -// Make sure we process correct side of cuda compilation -// RUN: c-index-test -test-load-source all --cuda-host-only %s | FileCheck %s -check-prefix=CHECK-HOST -// RUN: c-index-test -test-load-source all --cuda-device-only %s | FileCheck %s -check-prefix=CHECK-DEVICE - -// CHECK-ANY: macro definition=__cplusplus -// CHECK-HOST-NOT: macro definition=__CUDA_ARCH__ -// CHECK-DEVICE: macro definition=__CUDA_ARCH__ |