Todd Fiala 4acb65ecee fix command-line LLDB so NSLog messages show up
Changes to the underlying logging infrastructure in Fall 2016 Darwin
OSes were no longer showing up NSLog messages in command-line LLDB.
This change restores that functionality, and adds test cases to
verify the new behavior.

rdar://26732492

llvm-svn: 275472
2016-07-14 21:02:45 +00:00

7 lines
110 B
Makefile

LEVEL = ../../make
OBJC_SOURCES := main.m
LD_EXTRAS = -framework Foundation
include $(LEVEL)/Makefile.rules