projects
/
clang
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be48170
)
Fixing a test case which was failing the MSVC build bots. When -std isn't specified...
author
Aaron Ballman
<aaron@aaronballman.com>
Thu, 29 May 2014 12:59:11 +0000
(12:59 +0000)
committer
Aaron Ballman
<aaron@aaronballman.com>
Thu, 29 May 2014 12:59:11 +0000
(12:59 +0000)
This fix is possibly temporary while we determine whether -x cuda should be considered along with -std=c++11 when setting language options.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209808
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Index/attributes-cuda.cu
patch
|
blob
|
history
diff --git
a/test/Index/attributes-cuda.cu
b/test/Index/attributes-cuda.cu
index e0023a1366ac381b862bc8f43de744b0e7605c57..dd571f15a86087c3cefd5616a646c69910b6e540 100644
(file)
--- a/
test/Index/attributes-cuda.cu
+++ b/
test/Index/attributes-cuda.cu
@@
-1,4
+1,4
@@
-// RUN: c-index-test -test-load-source all -x cuda %s | FileCheck %s
+// RUN: c-index-test -test-load-source all -x cuda
-std=cuda
%s | FileCheck %s
__attribute__((device)) void f_device();
__attribute__((global)) void f_global();