diff options
author | Artem Belevich <tra@google.com> | 2024-11-22 10:19:59 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-22 10:19:59 -0800 |
commit | 689c53219280151b6421d633d993ed886827849b (patch) | |
tree | 23d43992ce85cf29ab9b1bc483cd5df597b867a2 /llvm/lib/Target/X86/Disassembler/X86Disassembler.cpp | |
parent | 4be09f06242be9349f05016fb50d3dbb378600bf (diff) | |
download | llvm-689c53219280151b6421d633d993ed886827849b.zip llvm-689c53219280151b6421d633d993ed886827849b.tar.gz llvm-689c53219280151b6421d633d993ed886827849b.tar.bz2 |
[CUDA] pass -fno-threadsafe-statics to GPU sub-compilations. (#117074)
We do not have support for the threadsafe statics on the GPU side.
However, we do sometimes end up with empty local static initializers,
and those happen to trigger calls to `__cxa_guard*`, which breaks
compilation.
Partially addresses https://github.com/llvm/llvm-project/issues/117023
Diffstat (limited to 'llvm/lib/Target/X86/Disassembler/X86Disassembler.cpp')
0 files changed, 0 insertions, 0 deletions