[libcxx-commits] [libcxx] [libc++][Android] Disable Android ABI list checking (PR #69666)

via libcxx-commits libcxx-commits at lists.llvm.org
Thu Oct 19 17:44:34 PDT 2023


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libcxx

Author: Ryan Prichard (rprichard)

<details>
<summary>Changes</summary>

Issue: https://github.com/llvm/llvm-project/issues/69270

---
Full diff: https://github.com/llvm/llvm-project/pull/69666.diff


1 Files Affected:

- (modified) libcxx/utils/ci/run-buildbot (-1) 


``````````diff
diff --git a/libcxx/utils/ci/run-buildbot b/libcxx/utils/ci/run-buildbot
index 69ad58ed079ea01..be96bb65ef94122 100755
--- a/libcxx/utils/ci/run-buildbot
+++ b/libcxx/utils/ci/run-buildbot
@@ -738,7 +738,6 @@ android-ndk-*)
                            -DCMAKE_SYSROOT=/opt/android/ndk/sysroot \
                            -DLIBCXX_TEST_PARAMS="${PARAMS}" \
                            -DLIBCXXABI_TEST_PARAMS="${PARAMS}"
-    check-abi-list
     ${NINJA} -vC "${BUILD_DIR}" install-cxx install-cxxabi
 
     # Start the emulator and make sure we can connect to the adb server running

``````````

</details>


https://github.com/llvm/llvm-project/pull/69666


More information about the libcxx-commits mailing list