diff options
author | Justin Lebar <jlebar@google.com> | 2016-03-30 23:30:14 +0000 |
---|---|---|
committer | Justin Lebar <jlebar@google.com> | 2016-03-30 23:30:14 +0000 |
commit | 0cda7644301dd0793f796681030b9425b227f157 (patch) | |
tree | 961501973dd26e7afeb756bfb9728a8cddd16d9f /lldb/packages/Python/lldbsuite/test/macosx/add-dsym/TestAddDsymMidExecutionCommand.py | |
parent | 8eaf62ca5d5ab3a2e4e165c53e36c502b1e184d3 (diff) | |
download | bcm5719-llvm-0cda7644301dd0793f796681030b9425b227f157.tar.gz bcm5719-llvm-0cda7644301dd0793f796681030b9425b227f157.zip |
[CUDA] Add math forward declares to CUDA header wrapper.
Summary:
This is necessary for a future patch which will make all constexpr
functions implicitly host+device. cmath may declare constexpr
functions, but these we do *not* want to be host+device. The forward
declares added in this patch prevent this (because the rule will be,
constexpr functions become implicitly host+device unless they're
preceeded by a decl with __device__).
Reviewers: tra
Subscribers: cfe-commits, rnk, rsmith
Differential Revision: http://reviews.llvm.org/D18539
llvm-svn: 264963
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/macosx/add-dsym/TestAddDsymMidExecutionCommand.py')
0 files changed, 0 insertions, 0 deletions