Duncan P. N. Exon Smith
c61bc48acb
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243885 91177308-0d34-0410-b5e6-96231b3b80d8
2015-08-03 17:26:41 +00:00
..
2015-07-02 01:36:31 +00:00
2015-06-17 20:52:32 +00:00
2015-06-17 20:52:32 +00:00
2015-06-17 20:52:32 +00:00
2015-06-17 20:52:32 +00:00
2015-02-27 21:17:42 +00:00
2015-06-17 20:52:32 +00:00
2015-06-17 20:52:32 +00:00
2015-06-17 20:52:32 +00:00
2015-02-27 21:17:42 +00:00
2015-02-27 21:17:42 +00:00
2015-02-27 21:17:42 +00:00
2015-02-27 21:17:42 +00:00
2015-08-03 17:26:41 +00:00
2015-02-27 19:29:02 +00:00
2015-03-04 18:43:29 +00:00
2014-05-19 18:25:54 +00:00
2015-04-13 18:43:38 +00:00
2015-02-27 21:17:42 +00:00
2014-07-01 00:19:34 +00:00
2015-02-27 21:17:42 +00:00
2015-06-16 20:24:25 +00:00
2015-03-13 18:20:45 +00:00
2015-06-17 20:52:32 +00:00
2015-02-27 21:17:42 +00:00
2015-04-20 16:11:05 +00:00
2015-06-17 20:52:32 +00:00
2015-08-03 17:26:41 +00:00
2015-06-17 20:52:32 +00:00
2013-08-12 12:43:26 +00:00
2015-04-16 23:24:18 +00:00
2015-02-27 21:17:42 +00:00
2015-03-13 18:20:45 +00:00
2015-02-27 21:17:42 +00:00
2015-07-07 22:25:32 +00:00
2015-02-27 21:17:42 +00:00
2015-08-03 17:26:41 +00:00
2015-02-27 21:17:42 +00:00
2015-08-03 17:26:41 +00:00
2015-06-17 20:52:32 +00:00
2015-02-27 21:17:42 +00:00
2015-06-17 20:52:32 +00:00
2015-04-16 23:24:18 +00:00
2015-02-27 21:17:42 +00:00
2015-02-27 21:17:42 +00:00
2015-07-27 18:31:03 +00:00
2015-02-27 21:17:42 +00:00
2015-02-27 21:17:42 +00:00
2015-02-12 21:04:22 +00:00
2015-06-17 20:52:32 +00:00
2015-06-17 20:52:32 +00:00
2015-04-16 23:24:18 +00:00
2013-11-18 21:44:03 +00:00
2015-02-27 21:17:42 +00:00
2014-11-04 02:02:14 +00:00
2015-03-13 18:20:45 +00:00
2015-06-17 20:52:32 +00:00
2015-06-17 20:52:32 +00:00
2015-06-17 20:52:32 +00:00
2015-06-17 20:52:32 +00:00
2015-06-17 20:52:32 +00:00
2015-06-17 20:52:32 +00:00
2015-03-04 18:43:29 +00:00
2013-07-14 02:10:57 +00:00
2015-05-12 16:47:30 +00:00
2015-01-08 22:38:29 +00:00
2015-05-12 16:47:30 +00:00
2015-02-27 21:17:42 +00:00
2015-06-26 20:51:17 +00:00
2014-07-03 02:11:49 +00:00
2015-02-27 21:17:42 +00:00
2015-01-06 22:55:16 +00:00
2015-05-05 20:14:22 +00:00
2015-02-27 21:17:42 +00:00
2015-03-20 18:33:12 +00:00
2014-04-28 08:52:44 +00:00
2015-05-27 02:49:05 +00:00