aboutsummaryrefslogtreecommitdiff
path: root/verify_compiler.py
AgeCommit message (Collapse)Author
2017-04-08[toolchain-utils] Fix remaining lint errors in toolchain-utils.Caroline Tice
In addition to fixing the lint errors, this also fixes the Python formatting issues (ran tc_pyformat on nearly all the files). BUG=chromium:570450 TEST=Ran all crosperf & bisect tool unit tests. Ran afe_lock_machine.py (check machine status) Ran full crosperf test (octane, speedometer, BootPerf) on alex. Change-Id: Ic86f9192801ac67769f3de30f1c5f0d203ce0831 Reviewed-on: https://chromium-review.googlesource.com/471886 Commit-Ready: Caroline Tice <cmtice@chromium.org> Tested-by: Caroline Tice <cmtice@chromium.org> Reviewed-by: Manoj Gupta <manojgupta@chromium.org>
2016-12-07[toolchain-utils] Add missing import statement.Caroline Tice
BUG=chromium:672207 TEST=Tested in my directory. Change-Id: I90166be8cd2c30d2643904af96b320162b59d3e0 Reviewed-on: https://chrome-internal-review.googlesource.com/310104 Commit-Ready: Caroline Tice <cmtice@google.com> Tested-by: Caroline Tice <cmtice@google.com> Reviewed-by: Yunlian Jiang <yunlian@google.com>
2016-10-12[toolchain-utils] New script to verify which compiler was used.Caroline Tice
This script takes either a single file or a directory tree and verifies that all the compilation units in the file(s) were built with the specified compiler. BUG=chromium:652835 TEST=Tested on subtree within a build tree. Change-Id: Ib365b9c4590b539f5f515df24f6214846183d9e7 Reviewed-on: https://chrome-internal-review.googlesource.com/293115 Commit-Ready: Caroline Tice <cmtice@google.com> Tested-by: Caroline Tice <cmtice@google.com> Reviewed-by: Ting-Yuan Huang <laszio@google.com>