diff options
author | George Rimar <grimar@accesssoftek.com> | 2016-05-24 13:45:29 +0000 |
---|---|---|
committer | George Rimar <grimar@accesssoftek.com> | 2016-05-24 13:45:29 +0000 |
commit | d92694eed780009d45748b124cc430af903c395a (patch) | |
tree | 898404ceda80c33edcaf816f7d74f710f601faee /llvm/lib/Analysis/ValueTracking.cpp | |
parent | 879ad8fa99986c9e5a05dd69c2d88889149284bb (diff) | |
download | bcm5719-llvm-d92694eed780009d45748b124cc430af903c395a.tar.gz bcm5719-llvm-d92694eed780009d45748b124cc430af903c395a.zip |
[MC/ELF] - Fixed insufficient compression.s test
Main problem that .debug_info
section was used to check that llvm-dwarfdump is able to decompress
data that was compressed with llvm-mc tool. This section was not compressed
actually, because consumes more space in compressed view.
I changed testcase to use .debug_str section which is one that
is really compressed. So currently test do what is probably was expected to do:
checks that "data"->llvm-mc->llvm-dwarfdump->dumps back initial "data".
Differential revision: http://reviews.llvm.org/D20466
llvm-svn: 270560
Diffstat (limited to 'llvm/lib/Analysis/ValueTracking.cpp')
0 files changed, 0 insertions, 0 deletions