CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/05/09 15:09:27
Modified files:
gnu/llvm/tools/clang/lib/Basic: Targets.cpp
gnu/llvm/tools/clang/lib/Driver: Tools.cpp
lib/libcompiler_rt: Makefile
Log message:
Enable TLS support but default to the emulatated TLS model. Enable the
runtime support code libcompiler_rt for this. This code uses functions that
live in libpthread, so code that uses TLS support will need to be linked
with -lpthread. This should allow more ports to build with base clang.
ok espie@