[llvm] [profdata][nfc] Disable several tests on Windows (PR #83907)
Alan Zhao via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 4 14:13:32 PST 2024
alanzhao1 wrote:
> These changes have broken few builders with the following error in the CMake step
>
> ```
> -- Compiling and running to test HAVE_PTHREAD_AFFINITY
> CMake Error at C:/buildbot/as-builder-3/llvm-clang-x86_64-win-fast/build/CMakeFiles/CMakeTmp/CMakeLists.txt:19 (add_executable):
> Cannot find source file:
> C:/buildbot/as-builder-3/llvm-clang-x86_64-win-fast/llvm-project/third-party/benchmark/cmake/pthread_affinity.cpp
> CMake Error at C:/buildbot/as-builder-3/llvm-clang-x86_64-win-fast/build/CMakeFiles/CMakeTmp/CMakeLists.txt:19 (add_executable):
> No SOURCES given to target: cmTC_8cb19
> CMake Error at C:/buildbot/as-builder-3/llvm-clang-x86_64-win-fast/llvm-project/third-party/benchmark/cmake/CXXFeatureCheck.cmake:57 (try_run):
> Failed to generate test project build system.
> Call Stack (most recent call first):
> C:/buildbot/as-builder-3/llvm-clang-x86_64-win-fast/llvm-project/third-party/benchmark/CMakeLists.txt:326 (cxx_feature_check)
> ```
>
> * https://lab.llvm.org/buildbot/#/builders/86/builds/75517
> * https://lab.llvm.org/buildbot/#/builders/235/builds/5907
>
> would you take care of it?
The buildbot blamed the wrong change. The breakage is actually due to https://github.com/llvm/llvm-project/pull/83488, which was reverted in https://github.com/llvm/llvm-project/commit/aec6a04b8e99b42eca431fc0b56947937d3a14c2
https://github.com/llvm/llvm-project/pull/83907
More information about the llvm-commits
mailing list