labath added a comment. I can't say we're being very consistent in enforcing it, but general llvm policy is for tests to go together with the changes.
I am curious, how do you go about creating these core files? The core files I created were very tiny as I did not require any syscalls, so I could avoid linking libc. Here it sounds like you would need at least one (clone(2)). I am considering reimplementing the required clone(2) bits inline, but I am afraid that may end up being a bit hairy. https://reviews.llvm.org/D26676 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits