diff options
author | Brad King <brad.king@kitware.com> | 2019-07-12 20:24:20 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-07-15 17:27:16 (GMT) |
commit | c2c3d22504728e0763c3d0e88333a34d24457fb6 (patch) | |
tree | 29a8cb7c8cf96641d93b5125a881d668bb057525 | |
parent | 9f5c2040bfd41a2c87624cec3d9504cf477c9fc3 (diff) | |
download | CMake-c2c3d22504728e0763c3d0e88333a34d24457fb6.zip CMake-c2c3d22504728e0763c3d0e88333a34d24457fb6.tar.gz CMake-c2c3d22504728e0763c3d0e88333a34d24457fb6.tar.bz2 |
Tests: Drop RunCMake workaround for AIX ld warnings about GNU atexit
Drop the filtering added by commit e22c45d4c9 (Tests: Teach RunCMake to
ignore AIX ld warnings about GNU atexit, 2018-02-28, v3.12.0-rc1~419^2~6).
It is no longer needed now that we compute our own exports on AIX and
do not get these warnings when using shared libraries.
-rw-r--r-- | Tests/RunCMake/RunCMake.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Tests/RunCMake/RunCMake.cmake b/Tests/RunCMake/RunCMake.cmake index e730d6e..568bdf8 100644 --- a/Tests/RunCMake/RunCMake.cmake +++ b/Tests/RunCMake/RunCMake.cmake @@ -144,8 +144,6 @@ function(run_cmake test) "|Error kstat returned" "|Hit xcodebuild bug" "|[^\n]*xcodebuild[^\n]*warning: file type[^\n]*is based on missing file type" - "|ld: 0711-224 WARNING: Duplicate symbol: .__init_aix_libgcc_cxa_atexit" - "|ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information" "|[^\n]*is a member of multiple groups" "|[^\n]*from Time Machine by path" "|[^\n]*Bullseye Testing Technology" |