diff options
author | George Rimar <grimar@accesssoftek.com> | 2018-11-14 09:22:16 +0000 |
---|---|---|
committer | George Rimar <grimar@accesssoftek.com> | 2018-11-14 09:22:16 +0000 |
commit | a152c7a4b7ba8f4cb9532ead9a38a7121db43d50 (patch) | |
tree | 402c44e933300eb41500d17eaac3b356db56bf93 /test/SemaObjCXX | |
parent | a0421d1226c45dfd4508ed6b6ee81ffb8357198e (diff) | |
download | clang-a152c7a4b7ba8f4cb9532ead9a38a7121db43d50.tar.gz |
[Clang] - Add '-gsplit-dwarf[=split,=single]' version for '-gsplit-dwarf' option.
The DWARF5 specification says(Appendix F.1):
"The sections that do not require relocation, however, can be
written to the relocatable object (.o) file but ignored by the
linker or they can be written to a separate DWARF object (.dwo)
file that need not be accessed by the linker."
The first part describes a single file split DWARF feature and there
is no way to trigger this behavior atm.
Fortunately, no many changes are required to keep *.dwo sections
in a .o, the patch does that.
Differential revision: https://reviews.llvm.org/D52296
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@346837 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/SemaObjCXX')
0 files changed, 0 insertions, 0 deletions