Skip to content

Commit 69d7cd8

Browse files
[compiler-rt]Add lld into dependency for apple builds now that lld Mach-O backend is available (#75884)
Tested by `ninja check-profile` and all tests pass on a mac laptop.
1 parent 1b4a079 commit 69d7cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/profile/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set(PROFILE_TEST_DEPS ${SANITIZER_COMMON_LIT_TEST_DEPS} compiler-rt-headers)
77
list(APPEND PROFILE_TEST_DEPS profile)
88
if(NOT COMPILER_RT_STANDALONE_BUILD)
99
list(APPEND PROFILE_TEST_DEPS llvm-profdata llvm-cov)
10-
if(NOT APPLE AND COMPILER_RT_HAS_LLD AND "lld" IN_LIST LLVM_ENABLE_PROJECTS)
10+
if(COMPILER_RT_HAS_LLD AND "lld" IN_LIST LLVM_ENABLE_PROJECTS)
1111
list(APPEND PROFILE_TEST_DEPS lld)
1212
endif()
1313
endif()

0 commit comments

Comments
 (0)