diff options
author | Alexey Bataev <a.bataev@hotmail.com> | 2019-05-21 18:20:08 +0000 |
---|---|---|
committer | Alexey Bataev <a.bataev@hotmail.com> | 2019-05-21 18:20:08 +0000 |
commit | 6b21c4a4eed8e7a5ab5d80dfe207eadb7cf5a6ab (patch) | |
tree | 0e0c17b3356549787796cc107bdb4c58764247a7 /llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | |
parent | c1b6b9a177760b73f3cfb1c8df5f9cb0a3253068 (diff) | |
download | llvm-6b21c4a4eed8e7a5ab5d80dfe207eadb7cf5a6ab.zip llvm-6b21c4a4eed8e7a5ab5d80dfe207eadb7cf5a6ab.tar.gz llvm-6b21c4a4eed8e7a5ab5d80dfe207eadb7cf5a6ab.tar.bz2 |
[OPENMP]Use the attributes for dso locality when building for device.
Currently, we ignore all dso locality attributes/info when building for
the device and thus all symblos are externally visible and can be
preemted at the runtime. It may lead to incorrect results. We need to
follow the same logic, compiler uses for static/pie builds.
llvm-svn: 361283
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp')
0 files changed, 0 insertions, 0 deletions