To add ELF notes to binaries built by clang and using lld, we add clang configuration files to the build root. This works fine when the build root is $HOME for the builder - but it isn't $HOME when using the QEMU runner.
I think the real answer here is that we need to divorce $HOME from the build root for all runners, and have an interface to add files to $HOME.
To add ELF notes to binaries built by clang and using
lld, we add clang configuration files to the build root. This works fine when the build root is $HOME for the builder - but it isn't $HOME when using the QEMU runner.I think the real answer here is that we need to divorce $HOME from the build root for all runners, and have an interface to add files to $HOME.