search for: d45235

Displaying 3 results from an estimated 3 matches for "d45235".

Did you mean: d45225
2018 May 05
1
[cfe-dev] Wrapping lit commands for device testing
...port > and how it would work, a lot of these questions would be answered. If this > turns out to be something that could be reused for our use case, I would be > willing to chip in to help make it happen. Basically, any of libFuzzer tests with %run prepended, e.g. https://reviews.llvm.org/D45235 George > > regards, > pavel > > On Mon, 23 Apr 2018 at 15:09, George Karpenkov via cfe-dev < > cfe-dev at lists.llvm.org> wrote: > >> Hi, > >> Tests in compiler-rt run under both iOS simulators and Android devices, > which requires “wrapping” the r...
2018 Apr 23
0
[cfe-dev] Wrapping lit commands for device testing
Hello George, I would be very much interested in a (generic) solution that would allow running tests on a remote host/device. My intended use case for this is lldb+android, and I am mostly interested in googletest-style tests. In fact, I proposed something vaguely similar to this (but limited to gtest) last year <http://lists.llvm.org/pipermail/llvm-dev/2017-May/113370.html>. However, due
2018 Apr 23
2
Wrapping lit commands for device testing
Hi, Tests in compiler-rt run under both iOS simulators and Android devices, which requires “wrapping” the run line with the “adb” command for Android, and adding a prefix / setting some environment variables for simulators/ In case of Android this is done by changing the compilation command to produce a wrapper which already calls “adb”, and in case of iOS simulators by explicitly adding the