Ilya Leoshkevich
a7137b238a
[BPF] Add support for floats and doubles
...
Some BPF programs compiled on s390 fail to load, because s390
arch-specific linux headers contain float and double types. At the
moment there is no BTF_KIND for floats and doubles, so the release
version of LLVM ends up emitting type id 0 for them, which the
in-kernel verifier does not accept.
Introduce support for such types to libbpf by representing them using
the new BTF_KIND_FLOAT.
Reviewed By: yonghong-song
Differential Revision: https://reviews.llvm.org/D83289
2021-03-05 15:10:11 +01:00
..
2019-03-28 21:59:49 +00:00
2019-03-28 21:59:49 +00:00
2019-03-28 21:59:49 +00:00
2019-09-24 22:38:43 +00:00
2019-03-28 21:59:49 +00:00
2020-07-20 10:39:04 +01:00
2021-03-04 16:27:23 -08:00
2020-11-16 07:08:41 -08:00
2019-12-24 15:57:33 -08:00
2021-03-05 15:10:11 +01:00
2020-01-10 09:06:31 -08:00
2020-01-10 09:06:31 -08:00
2020-01-10 09:06:31 -08:00
2020-01-10 09:06:31 -08:00
2020-01-10 09:06:31 -08:00
2020-01-10 09:06:31 -08:00
2020-01-10 09:06:31 -08:00
2020-01-10 09:06:31 -08:00
2020-01-10 09:06:31 -08:00
2020-01-10 09:06:31 -08:00
2020-01-10 09:06:31 -08:00
2021-03-05 15:10:11 +01:00
2020-01-10 09:06:31 -08:00
2020-01-10 09:06:31 -08:00
2020-01-10 09:06:31 -08:00
2020-01-10 09:06:31 -08:00
2020-01-10 09:06:31 -08:00
2020-01-10 09:06:31 -08:00
2019-11-12 14:34:08 -08:00
2020-07-17 09:45:57 -07:00
2020-07-17 09:45:57 -07:00
2020-01-10 09:06:31 -08:00
2020-07-12 09:42:25 -07:00
2020-07-12 09:42:25 -07:00
2020-07-12 09:42:25 -07:00
2020-06-17 15:13:46 -07:00
2020-06-17 15:13:46 -07:00
2019-07-09 15:28:41 +00:00
2020-01-10 09:06:31 -08:00
2020-01-10 09:06:31 -08:00
2020-01-10 09:06:31 -08:00
2020-01-10 09:06:31 -08:00
2020-01-10 09:06:31 -08:00
2020-01-10 09:06:31 -08:00
2020-01-10 09:06:31 -08:00
2020-01-10 09:06:31 -08:00
2020-01-10 09:06:31 -08:00
2020-07-01 09:55:01 -07:00
2019-03-28 21:59:49 +00:00
2019-12-07 08:58:19 -08:00
2019-12-07 08:58:19 -08:00