[PATCH] D102155: [AIX][compiler-rt] Build and install standalone libatomic
Jinsong Ji via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 12 21:14:30 PDT 2021
jsji accepted this revision as: jsji.
jsji added a comment.
This revision is now accepted and ready to land.
LGTM. Thanks. Please wait one or two days in case there are other feedback.
================
Comment at: compiler-rt/lib/builtins/CMakeLists.txt:764
+ get_aix_libatomic_default_link_flags(COMPILER_RT_LIBATOMIC_LINK_FLAGS
+ "${CMAKE_CURRENT_SOURCE_DIR}/atomic.exp")
+ # The compiler needs builtins to link any other binaries, so let
----------------
Maybe put `atomic.exp` into `ppc` subdir would be better.
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