Duncan P. N. Exon Smith
55ca964e94
DI: Disallow uniquable DICompileUnits
...
Since r241097, `DIBuilder` has only created distinct `DICompileUnit`s.
The backend is liable to start relying on that (if it hasn't already),
so make uniquable `DICompileUnit`s illegal and automatically upgrade old
bitcode. This is a nice cleanup, since we can remove an unnecessary
`DenseSet` (and the associated uniquing info) from `LLVMContextImpl`.
Almost all the testcases were updated with this script:
git grep -e '= !DICompileUnit' -l -- test |
grep -v test/Bitcode |
xargs sed -i '' -e 's,= !DICompileUnit,= distinct !DICompileUnit,'
I imagine something similar should work for out-of-tree testcases.
llvm-svn: 243885
2015-08-03 17:26:41 +00:00
..
2015-04-17 08:46:11 +00:00
2015-06-04 15:33:30 +00:00
2015-04-29 13:55:07 +00:00
2015-06-23 11:31:32 +00:00
2015-06-04 15:33:30 +00:00
2015-04-28 01:37:11 +00:00
2015-04-29 13:55:07 +00:00
2015-04-29 13:55:07 +00:00
2015-04-29 13:55:07 +00:00
2015-04-29 13:55:07 +00:00
2015-04-29 13:55:07 +00:00
2015-04-29 13:55:07 +00:00
2015-04-27 22:04:24 +00:00
2015-04-29 13:55:07 +00:00
2015-04-29 13:55:07 +00:00
2015-04-29 13:55:07 +00:00
2015-04-29 13:55:07 +00:00
2015-04-29 13:55:07 +00:00
2015-04-29 13:55:07 +00:00
2015-04-29 13:55:07 +00:00
2015-05-12 15:25:08 +00:00
2015-04-27 22:04:24 +00:00
2015-04-29 13:55:07 +00:00
2015-08-03 17:26:41 +00:00
2015-04-29 13:55:07 +00:00
2015-04-29 13:55:07 +00:00
2015-04-29 13:55:07 +00:00
2015-06-04 15:33:30 +00:00
2015-04-30 14:21:49 +00:00
2015-06-04 15:33:30 +00:00
2015-05-22 21:37:13 +00:00
2015-01-19 17:30:24 +00:00
2015-01-19 17:30:24 +00:00
2015-06-06 20:12:40 +00:00
2015-06-06 20:12:40 +00:00
2015-04-15 15:59:37 +00:00
2015-06-23 11:31:32 +00:00
2015-04-15 13:07:47 +00:00
2015-04-29 13:55:07 +00:00
2015-06-25 20:10:45 +00:00
2015-04-29 13:55:07 +00:00
2015-06-04 15:33:30 +00:00
2015-03-13 18:20:45 +00:00
2015-04-29 13:55:07 +00:00
2015-04-29 13:55:07 +00:00
2015-05-22 21:37:13 +00:00
2015-03-11 04:20:31 +00:00
2015-07-01 10:28:09 +00:00
2015-05-28 15:20:00 +00:00
2015-04-15 15:59:37 +00:00
2015-04-29 13:55:07 +00:00
2015-04-15 15:59:37 +00:00
2015-06-04 15:33:30 +00:00
2015-06-24 14:48:54 +00:00
2015-06-04 15:33:30 +00:00
2015-06-23 11:31:32 +00:00
2015-04-29 13:55:07 +00:00
2015-06-04 15:33:30 +00:00
2015-04-29 13:55:07 +00:00
2015-06-08 20:08:55 +00:00
2015-04-29 13:55:07 +00:00
2015-04-03 01:46:11 +00:00
2015-07-05 10:25:41 +00:00
2015-07-01 10:54:42 +00:00
2015-07-05 10:25:41 +00:00
2015-07-05 10:25:41 +00:00
2015-05-22 21:37:13 +00:00
2015-06-04 15:33:30 +00:00
2015-06-23 11:31:32 +00:00
2015-04-29 13:55:07 +00:00
2015-06-06 02:29:56 +00:00
2015-04-29 13:55:07 +00:00
2015-06-03 05:14:22 +00:00
2014-10-17 01:48:58 +00:00
2015-06-04 15:33:30 +00:00
2015-04-06 16:34:41 +00:00
2015-04-06 16:34:41 +00:00
2015-04-06 16:34:41 +00:00
2015-04-06 16:34:41 +00:00
2015-04-29 20:25:24 +00:00
2015-05-22 21:37:13 +00:00
2015-03-04 22:03:21 +00:00
2015-05-28 21:59:34 +00:00
2015-05-22 21:37:13 +00:00
2015-06-22 23:36:03 +00:00
2015-06-04 15:33:30 +00:00
2015-04-15 15:59:37 +00:00
2015-04-29 13:55:07 +00:00
2015-05-22 21:37:13 +00:00
2015-02-19 20:24:04 +00:00
2015-06-25 20:10:45 +00:00
2015-06-25 20:10:45 +00:00
2015-04-17 21:15:17 +00:00
2015-05-28 15:20:00 +00:00
2015-06-04 15:33:30 +00:00