Georgii Rymar
15373796cb
[llvm-readobj] - Fix a warning.
...
This addresses post review comment for D92018.
The warning was:
```
error: loop variable 'Note' is always a copy because the range of type 'iterator_range<llvm::object::ELFFile<llvm::object::ELFType<llvm::support::big, true> >::Elf_Note_Iterator>' (aka 'iterator_range<Elf_Note_Iterator_Impl<ELFType<(llvm::support::endianness)0U, true> > >') does not return a reference [-Werror,-Wrange-loop-analysis]
for (const typename ELFT::Note &Note : Obj.notes(S, Err))
```
2020-11-26 10:24:24 +03:00
..
2020-11-13 10:35:24 +01:00
2020-02-11 16:20:06 -08:00
2020-11-16 11:04:31 -08:00
2020-10-14 15:58:31 +00:00
2020-11-13 10:35:24 +01:00
2020-11-13 10:35:24 +01:00
2020-11-13 10:35:24 +01:00
2020-11-13 10:35:24 +01:00
2020-05-18 13:28:46 -07:00
2020-11-13 10:35:24 +01:00
2020-11-25 17:33:51 -07:00
2020-11-13 10:35:24 +01:00
2020-11-13 10:35:24 +01:00
2020-09-12 22:01:29 +03:00
2020-11-13 10:35:24 +01:00
2020-11-13 10:35:24 +01:00
2020-11-13 10:35:24 +01:00
2020-01-28 23:25:25 +01:00
2020-11-13 10:35:24 +01:00
2020-11-13 10:35:24 +01:00
2020-11-13 10:35:24 +01:00
2020-11-13 10:35:24 +01:00
2020-11-13 10:35:24 +01:00
2020-11-23 12:18:58 -08:00
2020-11-21 21:04:12 -08:00
2020-11-13 10:35:24 +01:00
2020-02-13 17:24:55 -08:00
2020-03-04 19:14:08 -08:00
2020-11-13 10:35:24 +01:00
2020-10-14 15:58:31 +00:00
2019-02-21 07:57:14 +00:00
2020-11-25 12:10:53 +02:00
2020-11-16 19:28:14 +11:00
2020-11-13 10:35:24 +01:00
2020-11-13 10:35:24 +01:00
2020-11-13 10:35:24 +01:00
2020-11-13 10:35:24 +01:00
2020-11-13 10:35:24 +01:00
2020-11-21 21:04:12 -08:00
2020-05-18 02:21:22 +07:00
2020-05-18 02:21:22 +07:00
2020-11-21 21:04:12 -08:00
2020-05-20 16:17:31 -04:00
2020-11-21 21:04:12 -08:00
2020-11-13 10:35:24 +01:00
2020-11-13 10:35:24 +01:00
2020-11-13 10:35:24 +01:00
2020-11-13 10:35:24 +01:00
2020-11-21 21:04:12 -08:00
2020-10-30 10:03:59 -07:00
2020-01-28 23:25:25 +01:00
2020-11-13 10:35:24 +01:00
2020-11-13 10:35:24 +01:00
2020-11-21 17:07:42 -05:00
2020-11-13 10:35:24 +01:00
2020-11-26 10:24:24 +03:00
2020-11-13 10:35:24 +01:00
2020-11-21 21:04:12 -08:00
2020-08-27 11:09:46 -04:00
2020-11-13 10:35:24 +01:00
2019-01-19 08:50:56 +00:00
2020-11-13 10:35:24 +01:00
2020-11-13 10:35:24 +01:00
2020-11-13 10:35:24 +01:00
2020-11-23 16:29:45 -08:00
2020-11-13 10:35:24 +01:00
2020-09-26 15:57:13 -07:00
2019-02-21 07:57:14 +00:00
2020-11-18 23:06:03 +00:00
2020-10-14 15:58:31 +00:00
2019-06-19 07:39:53 +00:00
2020-11-25 08:00:08 -08:00
2020-11-24 21:14:36 -08:00
2020-03-25 22:38:55 +01:00
2020-09-20 12:40:21 +02:00
2020-07-28 07:50:45 -04:00
2020-09-26 15:57:13 -07:00
2020-08-11 08:05:10 -07:00
2020-11-13 10:35:24 +01:00
2020-01-30 05:53:56 +00:00
2018-10-15 21:20:02 +00:00
2020-10-19 10:21:21 -07:00
2020-04-09 16:13:18 +01:00