[PATCH] D86777: [PowerPC] Fix missing TLS symbol type.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 28 08:08:45 PDT 2020


MaskRay added a comment.

I'll not say this is a bug. For an undefined symbol, `STT_TLS` is not strictly required. For a definition, `STT_TLS` is indeed better.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86777/new/

https://reviews.llvm.org/D86777



More information about the llvm-commits mailing list