Jonas Devlieghere
fe0b699dbf
[dsymutil] Support more than 4 architectures
...
When running dsymutil on a fat binary, we use temporary files in a small
vector of size four. When processing more than 4 architectures, this
resulted in a user-after-move, because the temporary files got moved to
the heap. Instead of storing an optional temp file, we now use a unique
pointer, so the location of the actual temp file doesn't change.
We could test this by checking in 5 binaries for 5 different
architectures, but this seems wasteful, especially since the number of
elements in the small vector is arbitrary.
llvm-svn: 362621
2019-06-05 17:14:32 +00:00
..
2019-05-31 21:36:21 +00:00
2019-01-19 08:50:56 +00:00
2019-06-05 17:14:32 +00:00
2019-03-12 21:22:27 +00:00
2019-05-31 01:04:00 +00:00
2019-05-21 22:07:53 +00:00
2019-06-04 10:13:03 +00:00
2019-05-27 08:24:06 +00:00
2019-02-21 07:42:31 +00:00
2019-04-22 15:53:43 +00:00
2019-05-24 02:15:27 +00:00
2019-05-13 11:29:25 +00:00
2019-05-16 13:24:04 +00:00
2019-04-02 15:58:03 +00:00
2019-05-16 13:24:04 +00:00
2019-05-02 21:21:55 +00:00
2019-05-23 23:02:56 +00:00
2019-05-09 15:58:16 +00:00
2019-01-19 08:50:56 +00:00
2019-02-21 07:42:31 +00:00
2019-01-19 08:50:56 +00:00
2019-05-24 21:11:28 +00:00
2019-05-24 02:15:27 +00:00
2019-02-21 07:42:31 +00:00
2019-05-22 13:50:16 +00:00
2019-04-29 16:14:03 +00:00
2019-05-16 13:32:55 +00:00
2019-02-21 07:57:14 +00:00
2019-02-21 07:57:14 +00:00
2019-05-12 22:26:33 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-05-28 23:22:12 +00:00
2019-05-24 02:15:27 +00:00
2019-05-24 02:15:27 +00:00
2019-03-01 20:58:04 +00:00
2019-02-21 07:42:31 +00:00
2019-02-21 07:57:14 +00:00
2019-05-31 18:01:42 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-05-24 04:02:05 +00:00
2019-06-01 07:36:57 +00:00
2019-06-05 11:37:53 +00:00
2019-01-19 08:50:56 +00:00
2019-04-15 17:18:10 +00:00
2019-06-03 18:15:38 +00:00
2019-04-30 21:19:12 +00:00
2019-04-26 05:56:23 +00:00
2019-06-04 11:44:33 +00:00
2019-05-23 23:02:56 +00:00
2019-04-02 15:58:05 +00:00
2019-06-05 10:32:28 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-05-03 13:50:38 +00:00
2019-01-19 08:50:56 +00:00
2019-06-04 15:34:58 +00:00
2019-04-16 12:51:40 +00:00
2019-05-23 23:02:56 +00:00
2019-02-21 07:57:14 +00:00
2019-05-23 23:02:56 +00:00
2019-04-30 12:41:33 +00:00
2019-05-28 14:37:59 +00:00
2019-05-31 01:04:00 +00:00
2019-03-27 18:35:04 +00:00
2019-03-19 21:11:07 +00:00
2019-05-16 13:24:04 +00:00
2019-02-27 13:17:36 +00:00
2019-01-19 08:50:56 +00:00
2018-10-15 21:20:02 +00:00
2019-06-05 13:16:53 +00:00
2019-01-16 20:44:36 +00:00
2019-04-20 17:58:29 +00:00