brintos

brintos / llvm-project-archived public Read only

0
0
Text · 308 B · 5f83dea Raw
13 lines · plain
1C_SOURCES := main.c2MAKE_DSYM := NO3 4include Makefile.rules5 6# lldb has a separate bug where this test case7# does not work if we have debug info - after8# sliding the binary, the address of `first` and9# `second` are not slid for some reason on Darwin.10main.o: main.c11	$(CC) $(CFLAGS_NO_DEBUG) -c $< -o $@12 13