commit | d60e0c2a105cc4078d35e9ebc079cd66ab881fe9 | [log] [tgz] |
---|---|---|
author | Benoit Lize <[email protected]> | Thu Nov 04 14:28:36 2021 |
committer | Chromium LUCI CQ <[email protected]> | Thu Nov 04 14:28:36 2021 |
tree | a71c13e71b29b483334c036cce5b82fced970eac | |
parent | 537243ca565c0699d59bcac3c3a99fbabf4e425a [diff] |
[orderfile] Add llvm-objdump to DEPS for Android. https://chromium-review.googlesource.com/c/chromium/src/+/3257145 switched to LLVM tools since binutils tools have been removed. However, llvm-objdump is not part of the default checkout. Add it to DEPS. Example of a failing build: https://ci.chromium.org/ui/p/chrome/builders/ci/orderfile-clankium/17511/overview With the error message: INFO:root:Try printing formatted exception: <type 'exceptions.OSError'> [Errno 2] No such file or directory <traceback object at 0x7f0ae57cb820> [...] Locals: binary_filename : '/b/swarming/w/ir/cache/builder/src/arm_instrumented_out/Release/lib.unstripped/libmonochrome.so' command : ['/b/swarming/w/ir/cache/builder/src/third_party/llvm-build/Release+Asserts/bin/llvm-objdump', '-t', '-w', '/b/swarming/w/ir/cache/builder/src/arm_instrumented_out/Release/lib.unstripped/libmonochrome.so'] error : OSError(2, 'No such file or directory') Bug: 1265834 Change-Id: I14a3b2eb9c230834d0e0b77872718ffae4a8d0ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3260030 Reviewed-by: Andrew Grieve <[email protected]> Commit-Queue: Benoit L <[email protected]> Cr-Commit-Position: refs/heads/main@{#938250}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.