diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2019-10-26 17:15:10 -0700 |
---|---|---|
committer | Matt Arsenault <arsenm2@gmail.com> | 2019-11-19 23:20:15 +0530 |
commit | e531750c6cf9ab6ca987ffbfe100b1d766269eb5 (patch) | |
tree | ab2dea2f82cf219be966b595561eb6d452ab00a5 /lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp | |
parent | ce5de93e838f7391760ba2956c7e0ae5d203cb6f (diff) | |
download | bcm5719-llvm-e531750c6cf9ab6ca987ffbfe100b1d766269eb5.tar.gz bcm5719-llvm-e531750c6cf9ab6ca987ffbfe100b1d766269eb5.zip |
clang: Add -fconvergent-functions flag
The CUDA builtin library is apparently compiled in C++ mode, so the
assumption of convergent needs to be made in a typically non-SPMD
language. The functions in the library should still be assumed
convergent. Currently they are not, which is potentially incorrect and
this happens to work after the library is linked.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp')
0 files changed, 0 insertions, 0 deletions