]> granicus.if.org Git - clang/commit
[CUDA] Split device-var-init.cu tests into separate Sema and CodeGen parts.
authorArtem Belevich <tra@google.com>
Thu, 19 May 2016 20:13:39 +0000 (20:13 +0000)
committerArtem Belevich <tra@google.com>
Thu, 19 May 2016 20:13:39 +0000 (20:13 +0000)
commit92b5d2614018b6792ba8520982bea33f1f7c9666
tree000fb187fabe969fc9b1ec422d8b44b8f7756713
parentf159984fe052abd07234c80f7cc15902ba8e297d
[CUDA] Split device-var-init.cu tests into separate Sema and CodeGen parts.

Codegen tests for device-side variable initialization are subset of test
cases used to verify Sema's part of the job.
Including CodeGenCUDA/device-var-init.cu from SemaCUDA makes it easier to
keep both sides in sync.

Differential Revision: http://reviews.llvm.org/D20139

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@270107 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGenCUDA/device-var-init.cu
test/SemaCUDA/device-var-init.cu [new file with mode: 0644]