aboutsummaryrefslogtreecommitdiff
path: root/compiler-test.sh
AgeCommit message (Collapse)Author
2021-05-24toolchain-utils: Remove uses of "readelf --debug-dump=info"Caroline Tice
Now that we have switched to DWARF v5, using 'readelf --debug-dump=info' no longer works. This CL replaces such uses with llvm-dwarfdump instead. BUG=b:186027147 TEST=Verified manually that the commands are equivalent. Change-Id: Ib9ced19aad729c6e24bf5b0714b53c761f55d868 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/2914600 Reviewed-by: Jordan R Abrahams <ajordanr@google.com> Reviewed-by: Manoj Gupta <manojgupta@chromium.org> Tested-by: Caroline Tice <cmtice@chromium.org> Auto-Submit: Caroline Tice <cmtice@chromium.org> Commit-Queue: Manoj Gupta <manojgupta@chromium.org>
2015-11-12Add a new shell script to figure out which compiler built image.Caroline Tice
This adds a new script that checks to see which compiler (GCC or clang) was used to build all the images in a ChromeOS image. It outputs a count of how many packages it found that were built with each compiler. BUG=None TEST=Tested in my chroot with both a locally-built GCC image and a trybot-built clang image. Change-Id: I26b5faea8616b5427c5bbe27a58ea3c9d4e36043 Reviewed-on: https://chrome-internal-review.googlesource.com/238685 Commit-Ready: Caroline Tice <cmtice@google.com> Tested-by: Caroline Tice <cmtice@google.com> Reviewed-by: Han Shen <shenhan@google.com>