Puyan Lotfi
99124cc082
[llvm-objcopy] Dwarf .debug section compression support (zlib, zlib-gnu).
...
Third Attempt:
- Alignment issues resolved.
- zlib::isAvailable() detected.
- ArrayRef misuse fixed.
Usage:
llvm-objcopy --compress-debug-sections=zlib foo.o
llvm-objcopy --compress-debug-sections=zlib-gnu foo.o
In both cases the debug section contents is compressed with zlib. In the GNU
style case the header is the "ZLIB" magic string followed by the uint64 big-
endian decompressed size. In the non-GNU mode the header is the
Elf(32|64)_Chdr.
Decompression support is coming soon.
Differential Revision: https://reviews.llvm.org/D49678
llvm-svn: 341635
2018-09-07 08:10:22 +00:00
..
2018-09-07 08:10:22 +00:00
2018-02-19 19:53:44 +00:00
2018-04-24 05:43:32 +00:00
2018-04-24 05:43:32 +00:00
2018-04-20 20:46:04 +00:00
2018-08-06 22:37:44 +00:00
2018-07-06 17:51:03 +00:00
2018-05-15 20:53:53 +00:00
2018-04-24 05:43:32 +00:00
2018-04-24 05:43:32 +00:00
2018-08-17 18:51:11 +00:00
2018-08-17 19:18:20 +00:00
2018-08-17 18:51:11 +00:00
2018-08-17 18:51:11 +00:00
2018-01-22 19:27:30 +00:00
2018-01-25 22:46:17 +00:00
2018-01-22 19:27:30 +00:00
2018-01-22 19:27:30 +00:00
2018-09-07 08:10:22 +00:00
2018-09-07 08:10:22 +00:00
2018-09-07 08:10:22 +00:00
2018-09-07 08:10:22 +00:00
2018-09-07 08:10:22 +00:00
2018-06-06 21:23:19 +00:00
2018-08-09 17:05:21 +00:00
2018-04-20 20:46:04 +00:00
2018-07-06 17:51:03 +00:00
2018-04-27 19:09:44 +00:00
2018-03-21 19:53:44 +00:00
2018-03-21 19:53:44 +00:00
2018-03-21 19:53:44 +00:00
2018-05-10 15:56:04 +00:00
2018-06-01 16:19:46 +00:00
2018-08-17 22:34:48 +00:00
2018-08-17 22:34:48 +00:00
2018-04-24 05:43:32 +00:00
2018-05-15 14:09:37 +00:00
2018-05-15 14:09:37 +00:00
2018-01-05 19:19:09 +00:00
2018-04-26 17:44:43 +00:00
2018-08-06 22:37:44 +00:00
2018-02-14 23:31:33 +00:00
2018-06-01 16:19:46 +00:00
2018-04-24 05:43:32 +00:00
2018-04-24 05:43:32 +00:00
2018-08-09 17:49:04 +00:00
2018-04-26 18:28:17 +00:00
2018-09-04 22:28:49 +00:00
2018-05-11 04:30:57 +00:00
2018-08-06 22:37:44 +00:00
2018-01-25 22:46:17 +00:00
2018-08-01 16:23:22 +00:00
2018-08-01 16:23:22 +00:00
2018-08-01 16:23:22 +00:00
2018-07-20 19:54:24 +00:00
2018-08-01 16:23:22 +00:00
2018-08-06 22:37:44 +00:00
2018-06-01 16:19:46 +00:00
2018-05-11 05:27:06 +00:00
2018-07-26 20:05:31 +00:00
2018-05-11 05:27:06 +00:00
2018-07-31 21:26:35 +00:00
2018-03-21 19:53:44 +00:00
2018-02-09 23:33:31 +00:00
2018-08-09 22:52:03 +00:00
2018-09-05 13:10:03 +00:00
2018-09-07 00:28:54 +00:00
2018-08-09 22:52:03 +00:00
2018-05-09 21:36:54 +00:00
2018-06-07 10:05:25 +00:00
2018-05-30 19:30:39 +00:00
2018-01-22 19:27:30 +00:00
2018-01-22 19:27:30 +00:00
2018-01-22 19:27:30 +00:00
2018-05-02 20:14:49 +00:00
2018-04-27 19:16:27 +00:00