summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp
diff options
context:
space:
mode:
authorSagar Thakur <sagar.thakur@imgtec.com>2016-06-29 12:30:18 +0000
committerSagar Thakur <sagar.thakur@imgtec.com>2016-06-29 12:30:18 +0000
commit067b6edc1f1fbec73c8fb389bbdf77b4548cd806 (patch)
tree370fb234f9b07f05cbdc1c86a4b949ba37387629 /lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp
parent56fac57b57b79245358ee3f5b2d090c75f08ef08 (diff)
downloadbcm5719-llvm-067b6edc1f1fbec73c8fb389bbdf77b4548cd806.tar.gz
bcm5719-llvm-067b6edc1f1fbec73c8fb389bbdf77b4548cd806.zip
[LLDB][MIPS] Check if libatomic needs to be specified explicitly
Patch by Nitesh Jain. Summary : The problem appears while linking liblldb.so. The class Address contain atomic variable m_offset. The loading and storing of variable is access via atomic_load_8 and atomic_store_8 functions. Some target fail to implicitly link libatomic, which cause undefine reference to atomic_store_8/atomic_load_8. This patch uses http://reviews.llvm.org/D20896 to check if libatomic need to be explicitly link. Reviewed by labath. Differential: D20464 llvm-svn: 274121
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud