Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tag ELF files with platform specific section (#3969)
Compiling against Windows eBPF headers produces object files which are not easily distinguishable from object files compiled against Linux headers. This is a problem for cross-platform tooling which wishes to inspect the contents of an ELF. Emit a section .ebpf_for_windows with the contents 0x01 into ELFs compiled against the windows headers. Updates #3956
- Loading branch information