summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2016-08-12 03:16:56 +0000
committerRui Ueyama <ruiu@google.com>2016-08-12 03:16:56 +0000
commit0b9ce6a48a05fa023962f6f578908521aa9538f4 (patch)
tree2361992dc8894a1ce66a8efab1e279d94645ae47 /lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp
parent7b76d81bdf82578757e462dc9bf26da197f70372 (diff)
downloadbcm5719-llvm-0b9ce6a48a05fa023962f6f578908521aa9538f4.tar.gz
bcm5719-llvm-0b9ce6a48a05fa023962f6f578908521aa9538f4.zip
Create only one section for a name in LinkerScript.
Previously, we created two or more output sections if there are input sections with the same name but with different attributes. That is a wrong behavior. This patch fixes the issue. One thing we need to do is to merge output section attributes. Currently, we create an output section based on the first input section's attributes. This may make a wrong output section attributes. What we need to do is to bitwise-OR attributes. We'll do it in a follow-up patch. llvm-svn: 278461
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud