fix running eBPF programs on 64-bit architectures 43/271443/1
authorAdrian Szyndela <adrian.s@samsung.com>
Mon, 21 Feb 2022 08:58:21 +0000 (09:58 +0100)
committerAdrian Szyndela <adrian.s@samsung.com>
Mon, 21 Feb 2022 09:47:17 +0000 (10:47 +0100)
commitb8acfddeba34b439881befd12c48706b548fd0c5
tree1f942673637ef22c498ecdf59c1d157fe8262546
parent87cdac09f9a72acd20a2137e79aa4ffb38197d9f
fix running eBPF programs on 64-bit architectures

32-bit architectures are not supported by the original bcc.
Our changes, which were supposed to support bcc on armv7l,
appeared to be working also with 64-bit architectures
before the bcc upgrade. Now, they break running the programs
on aarch64. So, let's step back, bring back aarch64, and hack it once again,
if ever needed.

Change-Id: I9b30b8f4267d36008ea4b753e3832514ab1682b6
src/cc/export/helpers.h
src/cc/frontends/clang/b_frontend_action.cc