Comment #4 on issue 254 by zaks.a...@gmail.com: dyld: Symbol not found:
___asan_mapping_offset, when running ASanified binary
http://code.google.com/p/address-sanitizer/issues/detail?id=254
You can pass along the file with exported symbols using
-exported_symbols_list option. However, since there are only 2 symbols that
need to be exported, you could just list them directly as options to the
linker: -Wl,-exported_symbol,___asan_mapping_offset
-Wl,-exported_symbol,___asan_mapping_scale.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
You received this message because you are subscribed to the Google Groups
"address-sanitizer" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to address-sanitizer+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.