search for: android_commands

Displaying 2 results from an estimated 2 matches for "android_commands".

2014 Apr 16
3
[LLVMdev] Building sanitizers for Android
...ag is optional. If you want to use the test suite to verify an integrated clang or gcc, you disable that. > This looks familiar to what Evgeniy did for running lit test suite on > Android. This is now possible w/o modifying any RUN-lines, see > the hacky scripts in compiler-rt/test/asan/android_commands/folder. > Can you use the similar approach for QEMU? Clever, but I hope we can try to avoid the symlink hackery. Locally, I've renamed "%sim %t" to "%run %t" so it reads quite nicely, IMHO. It was a bunch of work to go change all the tests, but I think it's the righ...
2014 Apr 05
2
[LLVMdev] Building sanitizers for Android
Alexey, >> Some good news, the drivers (both gcc and clang) allow us to put the >> '-L' parameters after the '-l' parameters. I made these changes locally and it went really well. The patch to clang is quite small and only one unit-test needed updating. In compiler-rt, I updated the flags passed to clang to include a '-L${COMPILER_RT_BINARY_DIR}/lib' and