mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-16 05:16:07 +00:00

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
7 lines
110 B
Makefile
7 lines
110 B
Makefile
LEVEL = ../../make
|
|
|
|
OBJC_SOURCES := main.m
|
|
LD_EXTRAS = -framework Foundation
|
|
|
|
include $(LEVEL)/Makefile.rules
|