[PATCH] D55596: Reimplement Thread Static Data ASan routines with TLS
    Kamil Rytarowski via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Dec 19 01:33:43 PST 2018
    
    
  
krytarowski added a comment.
In D55596#1335938 <https://reviews.llvm.org/D55596#1335938>, @devnexen wrote:
> >> `thread-local storage is not supported for the current target`
> > 
> > C++11 thread_local not supported for FreeBSD?
>
> Nope that was Darwin's test.
OK, so let's restrict this patch to FreeBSD and NetBSD only.
Repository:
  rL LLVM
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55596/new/
https://reviews.llvm.org/D55596
    
    
More information about the llvm-commits
mailing list