From 1165030e187cd145d883494c8e51df15d9892ff4 Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Fri, 9 Sep 2016 11:34:41 +0300 Subject: [PATCH] added 2-functions.c example to compile. --- experiments/dwarf-2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments/dwarf-2/Makefile b/experiments/dwarf-2/Makefile index 186f5b67877..88ebeede245 100644 --- a/experiments/dwarf-2/Makefile +++ b/experiments/dwarf-2/Makefile @@ -21,7 +21,7 @@ LLVM_DWARF_DUMP=llvm-dwarfdump-mp-${LLVM_VERSION} .PHONY: clean all -all:main.asc classfields_1.asc +all:main.asc classfields_1.asc 2-functions.asc clean: ${RM} *.o *.asc *.bc *.s main.ll