You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test/integration-test/build.rs file currently has the name of the llvm-objcopy executable hard-coded. Allowing it to be overridden by the environment would make running these tests more flexible.
The text was updated successfully, but these errors were encountered:
ignacya
added a commit
to ignacya/aya
that referenced
this issue
Jan 22, 2025
Check for the OBJCOPY environment variable and fall back to
`"llvm-objcopy"` if it's not set.
Simplifies running integration tests while mantaining backward
compatibility.
Fixes: aya-rs#1142
ignacya
added a commit
to ignacya/aya
that referenced
this issue
Jan 22, 2025
Check for the OBJCOPY environment variable and fall back to
`"llvm-objcopy"` if it's not set.
Simplifies running integration tests while maintaining backward
compatibility.
Fixes: aya-rs#1142
The
test/integration-test/build.rs
file currently has the name of thellvm-objcopy
executable hard-coded. Allowing it to be overridden by the environment would make running these tests more flexible.The text was updated successfully, but these errors were encountered: