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 457cbf0 commit b0e0ed7Copy full SHA for b0e0ed7
libc/test/src/__support/CPP/CMakeLists.txt
@@ -115,7 +115,7 @@ if (LIBC_TARGET_ARCHITECTURE STREQUAL "riscv")
115
target_link_libraries(${fq_atomic_test}.__unit__.__build__ PRIVATE atomic)
116
endif()
117
if (TARGET ${fq_atomic_test}.__hermetic__)
118
- message(STATUS "adding atomic library to ${fq_atomic_test}.__hermetic____build__")
+ message(STATUS "adding atomic library to ${fq_atomic_test}.__hermetic__.__build__")
119
target_link_libraries(${fq_atomic_test}.__hermetic__.__build__ PRIVATE atomic)
120
121
0 commit comments