[Lldb-commits] [PATCH] D24591: [LIT] First pass of LLDB LIT support

Todd Fiala via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 14 15:29:25 PDT 2016


tfiala added a comment.

One other items we discussed that is sure to come up:

- Right now this is geared towards one compile per .test file (similar to something Zachary brought up before).  One way we could get the multiple debug info formats handled is to have a .test for each of the formats, but have each of them pull in the common test checks from a shared file in the same directory.  We'll have to play with that.


https://reviews.llvm.org/D24591





More information about the lldb-commits mailing list