This patch adds the option -l/--language to the expression command, for use when setting the language options or choosing an alternate FE. If not specified, the target.language setting is used. Reviewed by: clayborg Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D11447 llvm-svn: 243187
6 lines
85 B
Makefile
6 lines
85 B
Makefile
LEVEL = ../../make
|
|
|
|
CXX_SOURCES := main.cpp foo.cpp
|
|
|
|
include $(LEVEL)/Makefile.rules
|