Kellerman Rivero

Results 5 comments of Kellerman Rivero

I have tested with stock LLVM/Clang in the following way: ```` ➜ /opt/homebrew/opt/llvm/bin/clang++ -target armv7a-unknown-linux-android21 -I `` -c -o sample.o sample.cpp -v -Wno-deprecated-builtins -fsanitize=address --sysroot ~/Downloads/r26d/toolchains/llvm/prebuilt/darwin-x86_64/sysroot Homebrew clang version 18.1.7...

Hello, output running with ```--save-temps```: ```` ➜ android-ndk-compiler-issue ./r27/bin/armv7a-linux-androideabi21-clang++ -I `pwd` -c -o sample.o sample.cpp -v -Wno-deprecated-builtins -fsanitize=address --save-temps Android (11889484, +pgo, -bolt, +lto, -mlgo, based on r522817) clang version...

> To clarify: there is no android flavor of Clang. We built it, but it's the upstream source. The reason for the behavior difference is that it's a different version...

@appujee great job! thanks for the dive deep here. It's extremely valuable. I feel I have somehow contributed to the project by reporting this error. @DanAlbert my team is moving...

@DanAlbert I just realized that this issue specifically happens on Armv7 target so HWASan won't work since it only supports 64-bit architecture.