Re: [Lldb-commits] [lldb] r326634 - Don't compile testcase with clang modules enabled.

2018-03-02 Thread Pavel Labath via lldb-commits
That didn't seem to do the trick: TBH, I'd be surprised if you can pull off compiling a fully working objc executable on linux. On 2 March 2018 at 15:15, Adrian Prantl via lldb-commits wrote: > Author: adrian > Date:

[Lldb-commits] [lldb] r326634 - Don't compile testcase with clang modules enabled.

2018-03-02 Thread Adrian Prantl via lldb-commits
Author: adrian Date: Fri Mar 2 15:15:04 2018 New Revision: 326634 URL: http://llvm.org/viewvc/llvm-project?rev=326634&view=rev Log: Don't compile testcase with clang modules enabled. It isn't actually necessary for what we are testing here and should fix the test on the Linux bots. Modified: