aboutsummaryrefslogtreecommitdiff
path: root/orderfile
AgeCommit message (Collapse)Author
2020-02-13toolchain-utils: migrate all in-use projects to python 3Zhizhou Yang
This patch migrates all in-use projects left to python 3. BUG=chromium:1011676 TEST=Passed unittests and launched scripts manually. Change-Id: I7f2de4e1131c05bacfac80667f3064da8adaebfd Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/2051397 Reviewed-by: George Burgess <gbiv@chromium.org> Tested-by: Zhizhou Yang <zhizhouy@google.com> Auto-Submit: Zhizhou Yang <zhizhouy@google.com>
2019-06-20toolchain-utils: Add a script to do post-process on Chrome orderfile.Tiancong Wang
This script takes an orderfile that contains symbols ordered by C3, and an nm result of the Chrome binary and perform post-processing, including add markers to begin and end, and insert all the builtin functions in the Chrome binary. The script is used by chromite when generating orderfile. The CL is intended to be landed at the same time of crrev.com/c/1583077. BUG=chromium:950627 TEST=Unittest and tryjob together with crrev.com/c/1583077 Change-Id: Ib8e85efdcf0dca053febd65c4e1c8350bf410437 Reviewed-on: https://chromium-review.googlesource.com/1605142 Tested-by: Tiancong Wang <tcwang@google.com> Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com> Legacy-Commit-Queue: Commit Bot <commit-bot@chromium.org> Reviewed-by: George Burgess <gbiv@chromium.org>