Skip to content

Commit 8a3e55d

Browse files
jakeegangithub-actions[bot]
authored andcommitted
Automerge: [asan][AIX] Move import/export lists to an AIX-specific subdirectory (#145936)
This makes it more clear that these lists are AIX-specific.
2 parents ab4c376 + 875581b commit 8a3e55d

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

compiler-rt/cmake/Modules/AddCompilerRT.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ endmacro(add_compiler_rt_script src name)
584584

585585

586586
macro(add_compiler_rt_cfg target_name file_name component arch)
587-
set(src_file "${CMAKE_CURRENT_SOURCE_DIR}/${file_name}")
587+
set(src_file "${CMAKE_CURRENT_SOURCE_DIR}/AIX/${file_name}")
588588
get_compiler_rt_output_dir(${arch} output_dir)
589589
set(dst_file "${output_dir}/${file_name}")
590590
add_custom_command(OUTPUT ${dst_file}

0 commit comments

Comments
 (0)