summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorJustin Lebar <jlebar@google.com>2017-01-05 16:51:37 +0000
committerJustin Lebar <jlebar@google.com>2017-01-05 16:51:37 +0000
commit1863d611f8a145511c2e7d14c25b75ae02889d8f (patch)
treec5d2a3805719c649ff9c067930281c55b63ad3fe /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parentb10f7de3b50c1fa6279c4ba7288accdc62c005de (diff)
[Windows] Remove functions in intrin.h that are defined in Builtin.def.
Summary: These duplicate declarations cause a problem for CUDA compiles on Windows. All implicitly-defined functions are host+device, and this applies to the declarations in Builtin.def. But then when we see the declarations in intrin.h, they have no attributes, so are host-only functions. This is an error. (A better fix might be to make these builtins host-only, but that is a much bigger change.) Reviewers: rnk Subscribers: cfe-commits, echristo Differential Revision: https://reviews.llvm.org/D28317 llvm-svn: 291128
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions