[Lldb-commits] [PATCH] Fix argdumper build in cmake (OS X) after r228636
Enrico Granata
egranata at apple.com
Tue Feb 10 22:47:04 PST 2015
I would have no objection to disabling the Darwin only marker for the DWARF test, and seeing what happens on non-Mac.
If that test marking is what Zachary was referring to as "Mac-only" then - my bad - it was not intentional. argdumper should be compilable and runnable on pretty much any sane system.
What we don't do is remote argdumper - as in, I won't compile argdumper, send it over to a remote system for execution, and retrieve the output locally
Sent from my iPhone
> On Feb 10, 2015, at 10:42 PM, Ilia K <ki.stfu at gmail.com> wrote:
>
> Tests were marked as "Darwin only" (see test/functionalities/launch_with_glob/TestLaunchWithGlob.py), therefore I have fixed it only for os x.
>
>
> http://reviews.llvm.org/D7550
>
> EMAIL PREFERENCES
> http://reviews.llvm.org/settings/panel/emailpreferences/
>
>
>
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
More information about the lldb-commits
mailing list