[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 10:39:01 PDT 2021
daltenty added inline comments.
================
Comment at: compiler-rt/cmake/Modules/CompilerRTAIXUtils.cmake:62
+ -Wl,-bnoentry -Wl,-bexport:${export_list} \
+ -Wl,-bmodtype:SRE -Wl,-lc" PARENT_SCOPE)
+endfunction()
----------------
nit: don't some of these duplicate the driver default link flags for building a shared library?
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