mirror of
https://github.com/intel/llvm.git
synced 2026-01-31 07:27:33 +08:00
bb525f7c200aab0ba2ebff88031a636510e89b59
CodeGen wouldn't mark the aliasee as thread_local if the aliasee was a tentative definition. Even if the definition was already emitted, it would never mark the alias as thread_local. This fixes PR21288. llvm-svn: 219859
…
Languages
LLVM
41.3%
C++
31.5%
C
13%
Assembly
9.5%
MLIR
1.5%
Other
2.8%