On 9/6/19 4:46 PM, Matthew Malcomson wrote: > This flag can't be used at the same time as any of the other sanitizers. > We add an equivalent flag to -static-libasan in -static-libhwasan to > ensure static linking.
Hello. You're introducing new option argument -fsanitize=hwaddress. However, clang is using 'hwasan': https://github.com/llvm-mirror/clang/blob/master/lib/Driver/ToolChains/CommonArgs.cpp#L625 I would align it with the existing clang's option. Thanks, Martin