aboutsummaryrefslogtreecommitdiff
path: root/verify_compiler.py
AgeCommit message (Collapse)Author
2020-02-12toolchain-utils: move no longer used scripts to deprecatedZhizhou Yang
This patch moves all scripts that are not used any more to deprecated directory. We do not need to migrated those scripts to python 3. BUG=chromium:1011676, chromium:1051236 TEST=None Change-Id: I2caac6204c82dcd21b2a121875a2f9851eaca322 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/2051285 Commit-Queue: Zhizhou Yang <zhizhouy@google.com> Tested-by: Zhizhou Yang <zhizhouy@google.com> Auto-Submit: Zhizhou Yang <zhizhouy@google.com> Reviewed-by: George Burgess <gbiv@chromium.org>
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>