Displaying 1 result from an estimated 1 matches for "d5014".
Did you mean:
5014
2014 Aug 22
4
[LLVMdev] QEMU testing for LIT execution tests
...n libcxx tests on qemu. I wanted to pick your collective brains
to see if there was a better way of doing this.
What I have implemented is here (don't take this as a formal review request, we
can do that later once we figure out the best direction to go):
lit part: http://reviews.llvm.org/D5014
libcxx part: http://reviews.llvm.org/D5015
Talking with Dan Albert earlier, he pointed out an existing review
(http://reviews.llvm.org/D4594) where he has implemented something vaguely
similar for Android. Looking at that, I've realized that maybe it makes sense to
make an interface for t...