diff options
| author | Vladimir Marko <vmarko@google.com> | 2018-10-11 11:40:57 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-10-11 11:40:57 +0000 |
| commit | 407bdb1d04896c533d205aa255cf8f53ce6660ef (patch) | |
| tree | 4453fa8dc685034445c2c009a08690b5835f1a86 /oatdump | |
| parent | 34e3e3c1ac8c0c92c3d898b73b54d670c4dd5a8d (diff) | |
| parent | a2da9b99fa1ea3d25d52da71308a623b2aae216c (diff) | |
| download | art-407bdb1d04896c533d205aa255cf8f53ce6660ef.tar.gz art-407bdb1d04896c533d205aa255cf8f53ce6660ef.tar.bz2 art-407bdb1d04896c533d205aa255cf8f53ce6660ef.zip | |
Merge "ART: Completely remove the --compile-pic option."
Diffstat (limited to 'oatdump')
| -rw-r--r-- | oatdump/oatdump.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/oatdump/oatdump.cc b/oatdump/oatdump.cc index 6f70efcff6..feb05d60db 100644 --- a/oatdump/oatdump.cc +++ b/oatdump/oatdump.cc @@ -1795,8 +1795,6 @@ class ImageDumper { os << "PATCH DELTA:" << image_header_.GetPatchDelta() << "\n\n"; - os << "COMPILE PIC: " << (image_header_.CompilePic() ? "yes" : "no") << "\n\n"; - { os << "ROOTS: " << reinterpret_cast<void*>(image_header_.GetImageRoots().Ptr()) << "\n"; static_assert(arraysize(image_roots_descriptions_) == |
