diff options
author | Shilei Tian <tianshilei1992@gmail.com> | 2021-01-25 18:34:14 -0500 |
---|---|---|
committer | Shilei Tian <tianshilei1992@gmail.com> | 2021-01-25 18:34:23 -0500 |
commit | 3333244d77c44e8bb5af57027646596f7714ff62 (patch) | |
tree | 0fae44706203f4116dd7ceae3b6a6313d975ac74 /lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.h | |
parent | c0e94e99747393bcb9124822a3e353c2dd9c5b63 (diff) | |
download | llvm-3333244d77c44e8bb5af57027646596f7714ff62.zip llvm-3333244d77c44e8bb5af57027646596f7714ff62.tar.gz llvm-3333244d77c44e8bb5af57027646596f7714ff62.tar.bz2 |
[OpenMP][deviceRTLs] Remove omp_is_initial_device
`omp_is_initial_device` in device code was implemented as a builtin
function in D38968 for a better performance. Therefore there is no chance that
this function will be called to `deviceRTLs`. As we're moving to build `deviceRTLs`
with OpenMP compiler, this function can lead to a compilation error. This patch
just simply removes it.
Reviewed By: JonChesterfield
Differential Revision: https://reviews.llvm.org/D95397
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.h')
0 files changed, 0 insertions, 0 deletions