diff options
author | Justin Lebar <jlebar@google.com> | 2016-09-30 23:57:30 +0000 |
---|---|---|
committer | Justin Lebar <jlebar@google.com> | 2016-09-30 23:57:30 +0000 |
commit | 1041101953dae8ac0db2b65ca5f8bf537e436dad (patch) | |
tree | 2388d3d3e62e4c303d80bf2dd417b0c12253fc06 /lldb/packages/Python/lldbsuite/test/python_api/frame/TestFrames.py | |
parent | b6a5578c5c7a94cf28246edca4790d35e3ef12d7 (diff) | |
download | bcm5719-llvm-1041101953dae8ac0db2b65ca5f8bf537e436dad.tar.gz bcm5719-llvm-1041101953dae8ac0db2b65ca5f8bf537e436dad.zip |
[CUDA] Disallow 'extern __shared__' variables.
Also add a test that we disallow
__constant__ __shared__ int x;
because it's possible to break this without breaking
__shared__ __constant__ int x;
Reviewers: rnk
Subscribers: cfe-commits, tra
Differential Revision: https://reviews.llvm.org/D25125
llvm-svn: 282985
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/frame/TestFrames.py')
0 files changed, 0 insertions, 0 deletions