[all-commits] [llvm/llvm-project] fbb913: Fix android-x86 library name in asan_device_setup.

Evgenii Stepanov via All-commits all-commits at lists.llvm.org
Mon Apr 19 17:40:31 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fbb9132e71a200c12f416d30f4528b58c6c283f2
      https://github.com/llvm/llvm-project/commit/fbb9132e71a200c12f416d30f4528b58c6c283f2
  Author: Evgenii Stepanov <eugenis at google.com>
  Date:   2021-04-19 (Mon, 19 Apr 2021)

  Changed paths:
    M compiler-rt/lib/asan/scripts/asan_device_setup

  Log Message:
  -----------
  Fix android-x86 library name in asan_device_setup.

https://reviews.llvm.org/D26764 removed i686 variants of compiler-rt
libraries and canonicalized the i386 name.

https://reviews.llvm.org/D37278 partially reverted the previous change
to keep i686 name on Android, but did not update asan_device_setup
script.

This changes fixes asan_device_setup.

Differential Revision: https://reviews.llvm.org/D100505




More information about the All-commits mailing list