Fangrui Song
cfbd5c8e4a
[AArch64] Allow .variant_pcs before the symbol is registered
...
glibc sysdeps/aarch64/tst-vpcs-mod.S has something like:
```
.variant_pcs vpcs_call
.global vpcs_call
```
This is supported by GNU as but leads to an error in MC. Use getOrCreateSymbol
to support a not-yet-registered symbol: call `registerSymbol` to ensure the
symbol exists even if there is no binding directive/label, to match GNU as.
While here, improve tests to check (1) a local symbol can get
STO_AARCH64_VARIANT_PCS (2) undefined .variant_pcs (3) an alias does not
inherit STO_AARCH64_VARIANT_PCS.
Reviewed By: efriedma
Differential Revision: https://reviews.llvm.org/D122507
2022-03-28 17:52:27 -07:00
..
2022-03-02 17:33:06 +00:00
2022-02-24 09:15:17 +00:00
2022-02-22 13:48:22 +00:00
2019-08-19 07:59:35 +00:00
2020-12-16 09:20:55 -08:00
2020-03-15 17:46:23 -07:00
2019-07-10 16:36:46 +00:00
2021-01-20 13:34:47 +00:00
2021-05-26 13:35:31 -07:00
2021-01-20 13:34:47 +00:00
2020-09-04 09:57:02 -07:00
2020-07-20 10:39:04 +01:00
2021-10-27 12:32:30 +01:00
2022-03-23 15:32:42 +00:00
2020-01-06 10:50:26 +00:00
2021-01-20 13:34:47 +00:00
2021-01-21 08:29:49 -03:00
2021-01-20 13:34:47 +00:00
2019-07-18 16:54:33 +00:00
2020-07-20 10:39:04 +01:00
2020-04-06 09:56:04 -07:00
2020-07-20 10:39:04 +01:00
2021-10-27 12:32:30 +01:00
2021-11-10 10:41:18 -05:00
2020-12-03 07:53:59 -08:00
2020-12-03 07:53:59 -08:00
2021-10-27 12:32:30 +01:00
2021-10-27 12:32:30 +01:00
2021-10-27 12:32:30 +01:00
2021-10-27 12:32:30 +01:00
2019-10-03 20:10:02 +00:00
2019-11-27 10:54:38 +00:00
2022-01-25 10:54:59 +00:00
2021-10-27 12:32:30 +01:00
2021-10-27 12:32:30 +01:00
2021-10-27 12:32:30 +01:00
2020-02-10 14:34:24 +00:00
2021-10-27 12:32:30 +01:00
2020-02-19 14:15:17 +00:00
2021-01-20 11:57:39 +00:00
2020-11-25 11:42:54 +00:00
2020-04-24 16:56:51 +01:00
2021-01-08 13:21:12 +00:00
2021-01-20 11:57:39 +00:00
2020-11-10 12:13:33 +00:00
2020-12-17 13:44:17 +00:00
2020-11-06 11:17:18 +00:00
2020-06-09 19:57:02 +02:00
2019-04-03 14:12:13 +00:00
2020-12-17 13:44:17 +00:00
2020-12-17 13:44:17 +00:00
2019-01-09 11:24:15 +00:00
2020-12-17 13:44:17 +00:00
2018-12-28 17:14:58 +00:00
2020-11-25 11:42:54 +00:00
2020-04-05 13:31:06 +01:00
2020-03-26 09:17:20 +00:00
2020-04-13 10:49:19 -06:00
2020-04-05 14:28:18 +01:00
2020-04-24 15:54:06 +01:00
2020-04-24 15:54:06 +01:00
2020-12-17 13:45:08 +00:00
2021-01-14 09:46:13 -08:00
2020-12-17 13:45:08 +00:00
2021-01-14 09:46:13 -08:00
2022-01-03 12:33:51 +00:00
2022-01-05 14:44:24 +00:00
2021-10-27 12:32:30 +01:00
2022-01-20 13:37:58 +00:00
2021-10-27 12:32:30 +01:00
2021-10-27 12:32:30 +01:00
2021-06-28 13:45:22 +01:00
2019-02-06 15:07:59 +00:00
2020-12-17 13:45:08 +00:00
2021-10-27 12:32:30 +01:00
2019-05-07 13:14:18 +00:00
2021-01-06 12:10:22 +00:00
2021-03-06 16:20:55 -08:00
2019-05-01 09:28:24 +00:00
2020-07-20 10:39:04 +01:00
2022-01-20 12:57:19 -05:00
2020-07-20 10:39:04 +01:00
2021-04-14 12:31:26 +03:00
2021-11-23 10:12:41 +02:00
2021-06-21 14:32:25 -07:00
2021-02-08 22:30:14 +02:00
2020-07-20 10:39:04 +01:00
2020-03-15 17:46:23 -07:00
2022-01-20 09:16:08 +00:00
2022-01-20 09:16:08 +00:00
2021-03-16 14:10:19 -07:00
2022-03-28 17:52:27 -07:00
2022-03-28 17:52:27 -07:00
2020-01-17 16:16:18 +00:00
2020-11-06 14:41:30 -05:00
2020-07-20 10:39:04 +01:00
2020-07-20 10:39:04 +01:00
2021-10-09 15:58:31 +01:00
2020-03-15 17:46:23 -07:00
2021-01-20 13:34:47 +00:00
2020-07-20 10:39:04 +01:00
2020-07-20 10:39:04 +01:00
2020-07-20 10:39:04 +01:00
2020-07-20 10:39:04 +01:00
2021-01-20 13:34:47 +00:00
2021-01-20 13:34:47 +00:00
2019-08-19 07:59:35 +00:00
2020-02-07 12:19:57 +00:00
2019-01-08 04:48:00 +00:00
2018-12-20 19:46:14 +00:00
2021-11-02 15:11:22 -07:00
2020-02-10 14:34:24 +00:00
2020-02-10 14:34:24 +00:00
2021-01-20 13:34:47 +00:00
2020-03-05 09:59:53 -08:00
2020-07-20 10:39:04 +01:00
2020-03-05 18:05:28 -08:00
2021-01-21 20:31:52 -08:00
2020-07-27 13:01:22 +01:00
2021-02-07 15:47:10 -08:00
2020-06-22 13:05:47 -07:00
2020-06-09 13:25:09 +01:00
2020-06-09 13:25:09 +01:00
2020-06-08 17:57:20 -07:00
2021-07-16 10:11:10 +00:00
2020-03-15 17:46:23 -07:00
2021-10-27 12:32:30 +01:00
2020-03-27 12:30:52 -07:00
2021-03-05 21:31:08 -08:00
2020-09-11 10:31:04 +03:00
2020-09-11 10:31:04 +03:00
2020-09-23 09:03:01 +03:00
2021-09-14 11:05:37 +03:00
2021-07-26 09:36:34 +00:00
2021-02-13 10:32:27 -08:00
2020-12-18 11:11:56 +00:00
2021-05-05 17:41:56 -07:00
2020-04-06 09:59:08 -06:00
2019-07-31 12:52:17 +00:00
2020-02-07 12:19:57 +00:00
2019-07-26 09:19:08 +00:00
2019-07-26 09:19:08 +00:00