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 c4d7c42 commit 8a5598dCopy full SHA for 8a5598d
compiler-rt/cmake/Modules/CompilerRTAIXUtils.cmake
@@ -34,12 +34,10 @@ macro(archive_aix_libatomic name libname)
34
if(TARGET ${target})
35
file(MAKE_DIRECTORY ${output_dir})
36
add_custom_command(OUTPUT "${output_dir}/libatomic.so.1"
37
- POST_BUILD
38
COMMAND ${CMAKE_COMMAND} -E
39
copy "$<TARGET_FILE:${target}>"
40
"${output_dir}/libatomic.so.1"
41
# If built with MODULE, F_LOADONLY is set.
42
- # We have to remove this flag at POST_BUILD.
43
COMMAND ${CMAKE_STRIP} -X32_64 -E
44
45
DEPENDS ${target})
0 commit comments