[libcxx-commits] [libcxx] speculative attempt to fix what might be configuration race condition (PR #146157)
via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jun 27 14:13:24 PDT 2025
https://github.com/EricWF created https://github.com/llvm/llvm-project/pull/146157
None
>From f9128a963cbadde75e0c0f7ed2c7cbdb5cad2d80 Mon Sep 17 00:00:00 2001
From: Eric Fiselier <eric at efcs.ca>
Date: Fri, 27 Jun 2025 17:12:27 -0400
Subject: [PATCH] speculative attempt to fix what might be configuration race
condition
---
libcxx/test/benchmarks/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libcxx/test/benchmarks/CMakeLists.txt b/libcxx/test/benchmarks/CMakeLists.txt
index b0fe600623d96..6237572657638 100644
--- a/libcxx/test/benchmarks/CMakeLists.txt
+++ b/libcxx/test/benchmarks/CMakeLists.txt
@@ -30,7 +30,7 @@ endif()
ExternalProject_Add(google-benchmark
EXCLUDE_FROM_ALL ON
- DEPENDS cxx cxx-headers
+ DEPENDS cxx cxx-headers install-cxx-test-suite-prefix
PREFIX google-benchmark
SOURCE_DIR ${LLVM_THIRD_PARTY_DIR}/benchmark
INSTALL_DIR ${CMAKE_CURRENT_BINARY_DIR}/google-benchmark
More information about the libcxx-commits
mailing list