From 2bbc4fdd8fa0ed58d610ab6260cb664c7cfef204 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Fri, 8 Nov 2019 14:05:45 -0800 Subject: Add a testcase for .dSYM path remapping dictionaries. rdar://problem/56924558 --- .../Python/lldbsuite/test/macosx/DBGSourcePathRemapping/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lldb/packages/Python/lldbsuite/test/macosx/DBGSourcePathRemapping/Makefile (limited to 'lldb/packages/Python/lldbsuite/test/macosx/DBGSourcePathRemapping/Makefile') diff --git a/lldb/packages/Python/lldbsuite/test/macosx/DBGSourcePathRemapping/Makefile b/lldb/packages/Python/lldbsuite/test/macosx/DBGSourcePathRemapping/Makefile new file mode 100644 index 00000000000..f36a8dc1e67 --- /dev/null +++ b/lldb/packages/Python/lldbsuite/test/macosx/DBGSourcePathRemapping/Makefile @@ -0,0 +1,5 @@ +BOTDIR = $(BUILDDIR)/buildbot +USERDIR = $(BUILDDIR)/user +C_SOURCES = $(BOTDIR)/main.c + +include Makefile.rules -- cgit v1.2.3