Skip to content

Commit eacaefe

Browse files
committed
Disable LIBCXX_INCLUDE_BENCHMARKS for Fuchsia
1 parent 7a31f3c commit eacaefe

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

clang/cmake/caches/Fuchsia-stage2.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ set(LLVM_STATIC_LINK_CXX_STDLIB ON CACHE BOOL "")
3131
set(LLVM_USE_RELATIVE_PATHS_IN_FILES ON CACHE BOOL "")
3232
set(LLDB_ENABLE_CURSES OFF CACHE BOOL "")
3333
set(LLDB_ENABLE_LIBEDIT OFF CACHE BOOL "")
34+
set(LIBCXX_INCLUDE_BENCHMARKS OFF CACHE BOOL "")
3435

3536
if(WIN32)
3637
set(FUCHSIA_DISABLE_DRIVER_BUILD ON)

clang/cmake/caches/Fuchsia.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ set(LIBC_HDRGEN_ONLY ON CACHE BOOL "")
2121
set(LLVM_USE_RELATIVE_PATHS_IN_FILES ON CACHE BOOL "")
2222
set(LLDB_ENABLE_CURSES OFF CACHE BOOL "")
2323
set(LLDB_ENABLE_LIBEDIT OFF CACHE BOOL "")
24+
set(LIBCXX_INCLUDE_BENCHMARKS OFF CACHE BOOL "")
2425

2526
# Passthrough stage1 flags to stage1.
2627
set(_FUCHSIA_BOOTSTRAP_PASSTHROUGH

0 commit comments

Comments
 (0)