Fangrui Song
962b29d716
ELFObjectWriter: Don't sort non-local symbols
...
As we don't sort local symbols, don't sort non-local symbols. This makes
non-local symbols appear in their register order, which matches GNU as. The
register order is nice in that you can write tests with interleaved CHECK
prefixes, e.g.
```
// CHECK: something about foo
.globl foo
foo:
// CHECK: something about bar
.globl bar
bar:
```
With the lexicographical order, the user needs to place lexicographical smallest
symbol first or keep CHECK prefixes in one place.
2021-02-13 10:32:27 -08:00
..
2021-02-11 08:14:15 +00:00
2020-03-15 17:46:23 -07:00
2020-12-16 09:20:55 -08:00
2020-03-15 17:46:23 -07:00
2021-01-20 13:34:47 +00: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
2020-03-15 17:46:23 -07: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
2020-07-20 10:39:04 +01:00
2020-04-06 09:56:04 -07:00
2020-07-20 10:39:04 +01:00
2020-12-17 13:45:08 +00:00
2020-07-20 10:39:04 +01:00
2020-12-03 07:53:59 -08:00
2020-12-03 07:53:59 -08:00
2020-12-17 13:44:17 +00:00
2020-11-25 11:42:54 +00:00
2020-12-17 13:44:17 +00:00
2020-02-10 14:34:24 +00: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
2020-12-17 13:44:17 +00:00
2020-12-17 13:44:17 +00:00
2020-12-17 13:44:17 +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
2020-12-17 13:45:08 +00:00
2020-04-05 15:21:00 +01:00
2021-01-06 12:10:22 +00:00
2020-07-20 10:39:04 +01:00
2020-07-20 10:39:04 +01:00
2020-08-06 09:23:46 +03:00
2021-02-08 22:30:14 +02: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
2021-01-20 11:57:39 +00:00
2021-01-20 11:57:39 +00:00
2020-10-13 10:06:27 +00:00
2020-10-13 10:06:27 +00: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
2020-12-30 15:47:16 -08: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
2020-02-07 12:19:57 +00: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
2020-03-15 17:46:23 -07:00
2020-03-27 12:30:52 -07:00
2020-07-20 10:39:04 +01: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
2020-09-11 10:31:04 +03:00
2021-02-13 10:32:27 -08:00
2020-12-18 11:11:56 +00:00
2020-07-20 10:39:04 +01:00
2020-04-06 09:59:08 -06:00
2020-02-07 12:19:57 +00:00