1
Fork 0

codegen_ssa: use llvm-objcopy for macOS strip

This commit is contained in:
David Wood 2024-10-08 15:20:02 +01:00
parent d8ab230e73
commit f745467cd9
No known key found for this signature in database
3 changed files with 23 additions and 5 deletions

View file

@ -2,6 +2,8 @@ codegen_ssa_L4Bender_exporting_symbols_unimplemented = exporting symbols not imp
codegen_ssa_add_native_library = failed to add native library {$library_path}: {$error}
codegen_ssa_aix_strip_not_used = using host's `strip` binary to cross-compile to AIX which is not guaranteed to work
codegen_ssa_apple_deployment_target_invalid =
failed to parse deployment target specified in {$env_var}: {$error}