aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/multiple-slides/Makefile
blob: 5f83deaa24d77e350af712831cb1537aae377e24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
C_SOURCES := main.c
MAKE_DSYM := NO

include Makefile.rules

# lldb has a separate bug where this test case
# does not work if we have debug info - after
# sliding the binary, the address of `first` and
# `second` are not slid for some reason on Darwin.
main.o: main.c
	$(CC) $(CFLAGS_NO_DEBUG) -c $< -o $@