summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/MachOObjectFile.cpp
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2016-08-12 19:56:57 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2016-08-12 19:56:57 +0000
commit67e3ff83f5b438d64427c0779e8571aa745d5549 (patch)
treef901afa4b0a9776716ab118e6ebdedfad9d77529 /llvm/lib/Object/MachOObjectFile.cpp
parentb6c52e8dfac5717f89c7a16a102331937c2dbe26 (diff)
downloadbcm5719-llvm-67e3ff83f5b438d64427c0779e8571aa745d5549.tar.gz
bcm5719-llvm-67e3ff83f5b438d64427c0779e8571aa745d5549.zip
[ELF] - Do not use mergeable sections when LS is used.
After latest changes we combine input sections with different attributes into single output section. Problem here is that regular output sections does not support adding mergeable input sections (and vise versa). Patch just temporarily disables merging for now at the same way we do for -O0 for example. This change helps for linking FreeBSD kernel. Differential revision: https://reviews.llvm.org/D23447 llvm-svn: 278555
Diffstat (limited to 'llvm/lib/Object/MachOObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud