summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorTorok Edwin <edwintorok@gmail.com>2009-05-26 19:11:47 +0000
committerTorok Edwin <edwintorok@gmail.com>2009-05-26 19:11:47 +0000
commit49db7388336c31a7cbb9cc2c1ce54dcb280fc202 (patch)
tree383dffe22fb4d7c7ad229dd83d49d3d3c33a1821 /clang/lib/CodeGen/CodeGenFunction.h
parent25306cacc6412f084062a046c212468c69beadc2 (diff)
downloadbcm5719-llvm-49db7388336c31a7cbb9cc2c1ce54dcb280fc202.tar.gz
bcm5719-llvm-49db7388336c31a7cbb9cc2c1ce54dcb280fc202.zip
For the new ar --plugin libLLVMgold.so to work we need libLTO linked with
pthreads, otherwise ar complains of unresolved references to pthread_mutex_*. LTO doesn't actually use pthreads, but ManagedStatic does. Fix this by linking in LIBS (that contains pthreads) for LTO and gold. For now this links in more libs than needed (libffi for example), we can figure out later how to link in those libs per-tool later. llvm-svn: 72430
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud