We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 101ba37 commit 90b1245Copy full SHA for 90b1245
libc/test/src/__support/File/CMakeLists.txt
@@ -8,8 +8,7 @@ endif()
8
# TODO: Investigate the precommit bots' failures of this test and re-enable it.
9
# https://github.com/llvm/llvm-project/issues/128185.
10
set(file_test_hermetic_only "")
11
-if(LIBC_TARGET_ARCHITECTURE_IS_X86_64 AND LIBC_TARGET_OS_IS_LINUX AND
12
- LLVM_LIBC_FULL_BUILD)
+if(LIBC_TARGET_OS_IS_LINUX AND LLVM_LIBC_FULL_BUILD)
13
set(file_test_hermetic_only "HERMETIC_TEST_ONLY")
14
endif()
15
0 commit comments