[all-commits] [llvm/llvm-project] 28ef80: [AIX] Enable rtl for plugins test
Steven Wan via All-commits
all-commits at lists.llvm.org
Fri Oct 22 09:08:51 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 28ef8052d228be819f7bfd03738cee5723b8200f
https://github.com/llvm/llvm-project/commit/28ef8052d228be819f7bfd03738cee5723b8200f
Author: Steven Wan <wanyu9511 at gmail.com>
Date: 2021-10-22 (Fri, 22 Oct 2021)
Changed paths:
M llvm/unittests/Passes/CMakeLists.txt
Log Message:
-----------
[AIX] Enable rtl for plugins test
On AIX, the plugins are linked with `-WL,-G`, which produces shared objects enabled for use with the run-time linker. This patch sets the run-time
linker at the main executable link step to allow symbols from the plugins shared objects to be properly bound.
Reviewed By: daltenty
Differential Revision: https://reviews.llvm.org/D112275
More information about the All-commits
mailing list