[all-commits] [llvm/llvm-project] 13fe07: [libc++] Expand Android libc++ test config files (...

tynasello-google via All-commits all-commits at lists.llvm.org
Thu Jun 12 08:39:50 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 13fe07d670e8a115929c9e595c4490ef5c75f583
      https://github.com/llvm/llvm-project/commit/13fe07d670e8a115929c9e595c4490ef5c75f583
  Author: tynasello-google <tynasello at google.com>
  Date:   2025-06-12 (Thu, 12 Jun 2025)

  Changed paths:
    M libcxx/cmake/caches/AndroidNDK.cmake
    R libcxx/test/configs/llvm-libc++-android-ndk.cfg.in
    A libcxx/test/configs/llvm-libc++-android.cfg.in
    R libcxxabi/test/configs/llvm-libc++abi-android-ndk.cfg.in
    A libcxxabi/test/configs/llvm-libc++abi-android.cfg.in

  Log Message:
  -----------
  [libc++] Expand Android libc++ test config files (#142846)

Parameterize (and rename) existing libc++/libc++abi test configuration
files for the Android NDK to work for both the NDK and platform.

Android LLVM downstream seeks to test libc++ for both the NDK and
platform build (currently only testing the NDK), which will use almost
identical test configuration files. The only difference is the name of
the libc++ shared object used. Because of this we parameterize the
current test files (for both libc++ and libc++abi) with the existing
LIBCXX_SHARED_OUTPUT_NAME cmake variable, and rename the file
accordingly.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list