[PATCH] D102155: [AIX][compiler-rt] Build and install standalone libatomic
David Tenty via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 12 08:40:29 PDT 2021
daltenty added inline comments.
================
Comment at: compiler-rt/cmake/Modules/CompilerRTAIXUtils.cmake:54
+ OUTPUT ${export_list}
+ CONTENT ${AIX_LIBATOMIC_EXPORTED_ROUTINES_TEXT})
+endfunction()
----------------
Why not just store this as an `.exp` file in the source tree if we are just going to write it out? (That would similar to what's in libcxx I believe)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102155/new/
https://reviews.llvm.org/D102155
More information about the llvm-commits
mailing list