Go to file
Rui Ueyama a2a46a9532 Define __tls_get_addr as a hidden symbol even for ARM or MIPS.
addIgnored defines a given symbol even if there is no existing
symbol with the same name. So, even if libc provides __tls_get_addr,
we should still be able to call addIgnored.

Differential Revision: https://reviews.llvm.org/D32053

llvm-svn: 301290
2017-04-25 04:44:54 +00:00
clang Placate MSVC's narrowing conversion unhappiness. 2017-04-25 00:40:40 +00:00
clang-tools-extra [clang-tidy] Some Cleanups for performance-faster-string-find check. 2017-04-24 16:41:00 +00:00
compiler-rt Revert r301089 "[builtins] Implement emulated TLS on Windows." 2017-04-24 23:16:49 +00:00
debuginfo-tests Add additional CHECKs to safestack.c. 2017-04-17 17:57:05 +00:00
libclc math: Implement sinh function 2017-02-25 02:46:53 +00:00
libcxx Add missing acquire_load to call_once overload. 2017-04-23 16:58:48 +00:00
libcxxabi Fix PR25874 - cxa_thread_atexit_test.pass.cpp has an incorrect XFAIL. 2017-04-20 23:40:35 +00:00
libunwind [CMake][libunwind] Fix the -target and -gcc-toolchain flag handling 2017-04-16 06:08:44 +00:00
lld Define __tls_get_addr as a hidden symbol even for ARM or MIPS. 2017-04-25 04:44:54 +00:00
lldb Name the C++ source files for two tests correctly. 2017-04-24 23:58:36 +00:00
llgo benchcomp: Add a mode for analyzing file sizes. 2017-04-03 19:13:12 +00:00
llvm [ObjCARC] Do not sink an objc_retain past a clang.arc.use. 2017-04-25 04:06:35 +00:00
openmp [OpenMP] libomptarget: Set ref count for global objects to positive infinity 2017-04-22 11:45:03 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [unittests] Derive Occupied from Unused when given. 2017-04-25 00:30:42 +00:00