[all-commits] [llvm/llvm-project] 0da15f: [compiler-rt] [netbsd] Switch to syscall for Threa...
Kamil Rytarowski via All-commits
all-commits at lists.llvm.org
Thu Jan 2 17:41:19 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0da15ff318480f30bbc90b9e8ecb9bb9431c7fd3
https://github.com/llvm/llvm-project/commit/0da15ff318480f30bbc90b9e8ecb9bb9431c7fd3
Author: Kamil Rytarowski <n54 at gmx.com>
Date: 2020-01-03 (Fri, 03 Jan 2020)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp
Log Message:
-----------
[compiler-rt] [netbsd] Switch to syscall for ThreadSelfTlsTcb()
This change avoids using internal, namespaced per-CPU calls that
are not a stable interface to read the TSL base value.
More information about the All-commits
mailing list