Brad King
9f5c2040bf
AIX: Explicitly compute executable exports for both XL and GNU
...
On AIX, symbols in executables must be exported in order to be visible
to modules (plugins) they load via `dlopen`. Prior to policy `CMP0065`,
CMake linked all executables with flags to export symbols, but the NEW
behavior for that policy is to do so only for executables that have the
`ENABLE_EXPORTS` target property set. In both cases, CMake has always
used the AIX linker option `-bexpall` option to export symbols from
executables.
This has worked fairly well with the XL compiler, but with the GNU
compiler it works only for C ABI symbols. The reason is that `-bexpall`
does not export symbols starting in `_` but the GNU C++ ABI mangles all
symbols with a leading `_`. Therefore we have only supported C ABI
plugins with the GNU compiler on AIX. Some projects have tried to work
around this by replacing `-bexpall` with `-bexpfull`, but the latter
often exports symbols that we do not want exported.
Avoid using `-bexpall` for executables by instead using by our own
internal `ExportImportList` script to compute symbol export lists from
the object files to be linked into an executable. Pass the explicitly
computed export list to the AIX linker's `-bE:...` option. We already
do this for shared object exports.
Issue: #19163
2019-07-15 13:27:16 -04:00
..
2019-03-08 07:31:36 -05:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-05-22 10:51:06 -04:00
2019-05-30 09:31:35 -04:00
2019-04-02 19:59:54 +02:00
2019-07-01 09:18:24 -04:00
2019-07-14 15:37:30 +02:00
2019-03-18 14:18:13 -04:00
2019-03-18 14:18:13 -04:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-06-04 18:11:19 +02:00
2019-07-14 15:37:30 +02:00
2019-05-14 15:58:00 +02:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-02-21 08:24:25 -05:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-05-23 16:19:49 +02:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-02-21 08:24:25 -05:00
2019-07-14 15:37:30 +02:00
2019-06-07 13:14:29 -04:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-07-10 11:48:56 -04:00
2019-05-08 13:18:31 -04:00
2019-06-12 12:46:18 -04:00
2019-07-10 01:06:58 +03:00
2019-07-15 00:01:07 -04:00
2019-02-27 08:31:46 -05:00
2019-07-14 15:37:30 +02:00
2019-05-22 03:46:55 +02:00
2019-05-22 03:46:55 +02:00
2019-04-11 10:44:38 -04:00
2019-04-04 13:24:39 -04:00
2019-07-14 15:37:30 +02:00
2019-06-10 14:35:28 -04:00
2019-06-10 14:35:28 -04:00
2019-06-10 14:35:28 -04:00
2019-06-10 14:35:28 -04:00
2019-07-14 15:37:30 +02:00
2019-07-10 11:48:56 -04:00
2019-06-10 14:35:28 -04:00
2019-06-10 14:35:28 -04:00
2019-06-10 14:35:28 -04:00
2019-06-10 14:35:28 -04:00
2019-07-14 15:37:30 +02:00
2019-07-10 11:48:56 -04:00
2019-06-10 14:35:28 -04:00
2019-06-10 14:35:28 -04:00
2019-06-10 14:35:28 -04:00
2019-06-10 14:35:28 -04:00
2019-06-10 14:35:28 -04:00
2019-06-10 14:35:28 -04:00
2019-07-14 15:37:30 +02:00
2019-07-10 11:48:56 -04:00
2019-06-10 14:35:28 -04:00
2019-06-10 14:35:28 -04:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-06-08 12:25:35 +02:00
2019-03-31 11:27:12 +02:00
2019-05-29 18:18:09 +02:00
2019-03-31 11:27:12 +02:00
2019-02-27 08:39:02 -05:00
2019-07-14 15:37:30 +02:00
2019-04-02 19:59:54 +02:00
2019-07-14 15:37:30 +02:00
2019-04-02 19:59:54 +02:00
2019-07-14 15:37:30 +02:00
2019-07-11 13:41:30 -04:00
2019-03-30 15:34:59 +01:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-07-10 11:48:56 -04:00
2019-07-12 17:29:40 -04:00
2019-07-12 17:29:40 -04:00
2019-02-21 08:24:25 -05:00
2019-05-23 16:19:49 +02:00
2019-02-18 20:48:19 -05:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-05-15 10:20:05 -04:00
2019-05-22 10:51:06 -04:00
2019-02-18 20:48:19 -05:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-07-10 11:48:56 -04:00
2019-07-14 15:37:30 +02:00
2019-07-10 11:48:56 -04:00
2019-05-23 16:19:49 +02:00
2019-05-14 15:58:00 +02:00
2019-07-10 11:48:56 -04:00
2019-06-03 10:17:17 -04:00
2019-07-14 15:37:30 +02:00
2019-06-13 12:01:08 +02:00
2019-03-27 18:12:43 +01:00
2019-03-27 18:12:43 +01:00
2019-03-27 18:12:43 +01:00
2019-03-27 18:12:43 +01:00
2019-03-30 16:15:05 +01:00
2019-02-14 10:23:02 -05:00
2019-03-27 18:12:43 +01:00
2019-03-27 18:12:43 +01:00
2019-03-30 16:15:05 +01:00
2019-02-15 07:25:47 -05:00
2019-07-14 15:37:30 +02:00
2019-05-23 16:19:49 +02:00
2019-07-10 11:48:56 -04:00
2019-02-15 07:25:47 -05:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-05-19 10:33:26 -04:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-07-10 11:48:56 -04:00
2019-07-12 17:29:40 -04:00
2019-06-27 10:57:34 -04:00
2019-06-25 17:23:34 -04:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-02-15 07:25:47 -05:00
2019-02-15 07:25:47 -05:00
2019-02-15 07:25:47 -05:00
2019-07-10 11:48:56 -04:00
2019-03-31 11:27:12 +02:00
2019-05-23 16:19:49 +02:00
2019-05-15 10:20:05 -04:00
2019-07-04 13:46:19 +02:00
2019-07-11 08:49:34 -04:00
2019-07-09 13:34:29 -04:00
2019-04-02 19:59:54 +02:00
2019-04-02 19:59:54 +02:00
2019-06-12 12:51:32 -04:00
2019-07-10 11:48:56 -04:00
2019-07-12 17:29:40 -04:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-05-22 10:57:10 +02:00
2019-05-16 15:25:33 -04:00
2019-03-30 16:15:05 +01:00
2019-03-13 14:06:32 -04:00
2019-03-18 15:09:10 +01:00
2019-03-27 18:09:53 +01:00
2019-03-27 18:09:53 +01:00
2019-03-27 18:09:53 +01:00
2019-07-14 15:37:30 +02:00
2019-07-10 11:48:56 -04:00
2019-06-21 11:06:39 -04:00
2019-07-09 09:37:55 -04:00
2019-06-21 11:06:39 -04:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-03-14 14:46:23 -04:00
2019-07-14 15:37:30 +02:00
2019-02-21 08:24:25 -05:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-02-15 07:25:47 -05:00
2019-07-08 11:28:27 -04:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-02-20 11:18:11 -05:00
2019-07-10 11:48:56 -04:00
2019-07-10 11:48:56 -04:00
2019-02-13 08:37:02 -05:00
2019-07-10 11:48:56 -04:00
2019-07-10 11:48:56 -04:00
2019-06-03 10:20:22 -04:00
2019-07-10 11:48:56 -04:00
2019-06-03 10:20:22 -04:00
2019-05-23 16:19:49 +02:00
2019-07-15 13:27:16 -04:00
2019-07-12 17:35:49 -04:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-04-25 12:03:08 -04:00
2019-04-25 12:03:08 -04:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-04-11 13:15:50 -04:00
2019-04-11 13:15:50 -04:00
2019-07-10 11:48:56 -04:00
2019-04-11 13:15:51 -04:00
2019-03-31 11:27:12 +02:00
2019-03-31 11:27:12 +02:00
2019-07-09 09:36:04 -04:00
2019-07-10 11:48:56 -04:00
2019-04-11 13:15:51 -04:00
2019-04-11 13:15:51 -04:00
2019-05-23 16:19:49 +02:00
2019-03-31 11:27:12 +02:00
2019-03-31 11:27:12 +02:00
2019-05-15 10:20:05 -04:00
2019-03-31 11:27:12 +02:00
2019-07-14 15:37:30 +02:00
2019-07-10 11:48:56 -04:00
2019-05-23 16:19:49 +02:00
2019-03-31 11:27:12 +02:00
2019-07-14 15:37:30 +02:00
2019-05-18 12:27:24 +02:00
2019-05-15 10:20:05 -04:00
2019-05-15 10:20:05 -04:00
2019-05-23 16:19:49 +02:00
2019-03-31 11:27:12 +02:00
2019-05-21 08:50:37 -04:00
2019-05-21 08:50:01 -04:00
2019-02-25 09:14:15 -05:00
2019-02-25 09:14:15 -05:00
2019-02-20 08:54:36 -05:00
2019-02-19 09:31:50 -05:00
2019-04-24 17:18:11 +03:00
2019-04-19 07:46:13 -04:00
2019-03-15 10:19:01 -04:00
2019-03-05 08:55:28 -05:00
2019-03-31 11:27:12 +02:00
2019-07-14 15:37:30 +02:00
2019-03-31 11:27:12 +02:00
2019-02-20 11:18:11 -05:00
2019-03-31 11:27:12 +02:00
2019-07-10 11:48:56 -04:00
2019-05-19 10:33:26 -04:00
2019-05-19 10:33:26 -04:00
2019-05-19 10:33:26 -04:00
2019-05-23 16:19:49 +02:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-05-23 16:19:49 +02:00
2019-07-14 15:37:30 +02:00
2019-02-26 10:20:01 -05:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-07-12 17:35:49 -04:00
2019-07-14 15:37:30 +02:00
2019-04-04 13:24:39 -04:00
2019-04-04 13:24:39 -04:00
2019-07-10 11:48:56 -04:00
2019-05-13 10:45:36 -04:00
2019-07-10 11:48:56 -04:00
2019-05-22 10:51:06 -04:00
2019-05-13 10:45:36 -04:00
2019-05-13 10:45:36 -04:00
2019-05-13 10:45:36 -04:00
2019-05-23 16:19:49 +02:00
2019-07-14 15:37:30 +02:00
2019-07-10 11:48:56 -04:00
2019-05-13 10:45:36 -04:00
2019-04-02 19:59:54 +02:00
2019-05-13 10:45:36 -04:00
2019-05-23 16:19:49 +02:00
2019-07-14 15:37:30 +02:00
2019-07-10 11:48:56 -04:00
2019-05-13 10:45:36 -04:00
2019-05-13 10:45:36 -04:00
2019-05-13 10:45:36 -04:00
2019-07-10 11:48:56 -04:00
2019-06-13 16:41:04 +02:00
2019-05-23 13:00:33 +02:00
2019-07-14 15:37:30 +02:00
2019-07-12 17:29:40 -04:00
2019-06-10 14:35:28 -04:00
2019-06-10 14:35:28 -04:00
2019-06-10 14:35:28 -04:00
2019-06-10 14:35:28 -04:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-07-12 17:29:40 -04:00
2019-07-10 09:20:32 -04:00
2019-05-21 11:40:07 -04:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-06-03 10:03:53 -04:00
2019-07-10 11:48:56 -04:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-07-15 13:27:16 -04:00
2019-05-31 09:03:28 -04:00
2019-03-20 09:48:29 -04:00
2019-03-20 09:48:29 -04:00
2019-07-10 11:48:56 -04:00
2019-05-14 17:50:14 +02:00
2019-07-14 15:37:30 +02:00
2019-05-18 12:27:24 +02:00
2019-04-02 14:23:46 -04:00
2019-03-31 11:27:12 +02:00
2019-03-31 11:27:12 +02:00
2019-03-23 22:22:34 +01:00
2019-07-10 11:48:56 -04:00
2019-03-31 11:27:12 +02:00
2019-07-14 15:37:30 +02:00
2019-06-24 09:36:09 -04:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-07-15 07:41:52 -04:00
2019-07-14 15:37:30 +02:00
2019-07-10 11:48:56 -04:00
2019-07-10 11:48:56 -04:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-04-28 22:45:44 +10:00
2019-07-14 15:37:30 +02:00
2019-07-10 01:06:14 +03:00
2019-05-20 11:05:16 -04:00
2019-05-20 11:05:16 -04:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-07-10 11:48:56 -04:00
2019-05-30 16:44:30 +02:00
2019-05-30 18:38:14 +02:00
2019-07-14 15:37:30 +02:00
2019-07-10 11:48:56 -04:00
2019-02-15 07:25:47 -05:00
2019-02-18 20:48:19 -05:00
2019-06-04 18:11:19 +02:00
2019-03-31 11:27:12 +02:00
2019-05-23 13:00:33 +02:00
2019-07-14 15:37:30 +02:00
2019-04-04 13:24:40 -04:00
2019-07-14 15:37:30 +02:00
2019-04-02 19:59:54 +02:00
2019-06-13 16:41:04 +02:00
2019-04-04 11:32:41 -04:00
2019-07-14 15:37:30 +02:00
2019-06-08 12:25:35 +02:00
2019-06-08 12:25:35 +02:00
2019-06-08 12:25:35 +02:00
2019-05-23 16:19:49 +02:00
2019-07-10 11:48:56 -04:00
2019-07-14 15:37:30 +02:00
2019-05-07 12:42:19 +02:00
2019-07-14 15:37:30 +02:00
2019-07-10 11:48:56 -04:00
2019-07-14 15:37:30 +02:00
2019-07-10 11:48:56 -04:00
2019-07-14 15:37:30 +02:00
2019-07-10 11:48:56 -04:00
2019-05-23 16:19:49 +02:00
2019-05-11 22:15:47 +02:00
2019-02-21 08:24:25 -05:00
2019-07-14 15:37:30 +02:00
2019-02-21 08:24:25 -05:00
2019-07-14 15:37:30 +02:00
2019-02-21 08:24:26 -05:00
2019-05-13 15:37:18 +02:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-04-05 08:18:14 -04:00
2019-05-16 14:41:05 -04:00
2019-05-16 14:41:05 -04:00
2019-07-14 15:37:30 +02:00
2019-07-10 11:48:56 -04:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-07-10 11:48:56 -04:00
2019-02-22 11:02:13 -05:00
2019-07-14 15:37:30 +02:00
2019-02-21 08:24:25 -05:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-04-02 19:59:54 +02:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-05-23 16:19:49 +02:00
2019-07-14 15:37:30 +02:00
2019-05-23 16:19:49 +02:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-03-31 11:27:12 +02:00
2019-04-25 20:51:40 +02:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-07-10 11:48:56 -04:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-07-04 13:46:19 +02:00
2019-07-04 13:46:19 +02:00
2019-07-15 13:27:16 -04:00
2019-07-15 13:27:16 -04:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-05-01 11:50:33 -04:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-06-04 18:11:19 +02:00
2019-03-30 16:15:05 +01:00
2019-07-14 15:37:30 +02:00
2019-06-07 13:14:29 -04:00
2019-06-07 13:14:29 -04:00
2019-07-10 11:48:56 -04:00
2019-06-07 13:14:29 -04:00
2019-07-14 15:37:30 +02:00
2019-05-15 10:20:05 -04:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-05-19 10:33:26 -04:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-02-19 08:49:41 -05:00
2019-02-19 08:49:41 -05:00
2019-05-07 13:40:06 -04:00
2019-04-25 12:03:08 -04:00
2019-07-14 15:37:30 +02:00
2019-07-10 11:48:56 -04:00
2019-05-07 13:40:06 -04:00
2019-07-14 15:37:30 +02:00
2019-07-10 11:48:56 -04:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-05-31 13:18:31 -04:00
2019-04-10 13:40:25 -04:00
2019-02-28 11:04:29 -05:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-07-14 15:37:30 +02:00
2019-02-15 07:25:47 -05:00
2019-07-14 15:37:30 +02:00
2019-03-11 13:30:35 +00:00
2019-04-02 19:59:54 +02:00
2019-02-15 07:25:47 -05:00
2019-05-02 14:34:58 -04:00