[PATCH] D45791: Cache getSymVA

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 18 19:10:52 PDT 2018


pcc added a comment.

> BTW, we should probably add testcase with thunks to the benchmarks we use. Peter, do you have a chromium build for aarch64 we could use?

The AArch64 version of chromium isn't large enough to need thunks. The ARM32 version has plenty of thunks, though.

For a build you should be able to follow the instructions here:
https://chromium.googlesource.com/chromium/src/+/master/docs/android_build_instructions.md
If you use the GN flags `target_os="android" is_official_build=true` and build the target `libmonochrome.so` that should give you something reasonably close to what we ship.

If that's too much trouble I can try to create a build myself but it will take a while.


https://reviews.llvm.org/D45791





More information about the llvm-commits mailing list