mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-29 16:00:41 +00:00
bring back the testsuite
This commit is contained in:
parent
605e210b4c
commit
e4ddea7cd6
14
debian/patches/lldb-test-makefile.diff
vendored
Normal file
14
debian/patches/lldb-test-makefile.diff
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
Index: llvm-toolchain-snapshot_3.8~svn252405/lldb/Makefile
|
||||||
|
===================================================================
|
||||||
|
--- llvm-toolchain-snapshot_3.8~svn252405.orig/lldb/Makefile
|
||||||
|
+++ llvm-toolchain-snapshot_3.8~svn252405/lldb/Makefile
|
||||||
|
@@ -91,7 +91,8 @@ ifneq ($(PROJ_SRC_ROOT),$(PROJ_OBJ_ROOT)
|
||||||
|
$(RecursiveTargets)::
|
||||||
|
$(Verb) if [ ! -f test/Makefile ]; then \
|
||||||
|
$(MKDIR) test; \
|
||||||
|
- $(CP) $(PROJ_SRC_DIR)/test/Makefile test/Makefile; \
|
||||||
|
+ $(CP) $(PROJ_SRC_DIR)/packages/Python/lldbsuite/test/Makefile test/Makefile; \
|
||||||
|
+ $(CP) $(PROJ_SRC_DIR)/packages/Python/lldbsuite/test/Makefile $(PROJ_SRC_DIR)/test/; \
|
||||||
|
fi
|
||||||
|
endif
|
||||||
|
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -38,3 +38,4 @@ strip-svn.diff
|
|||||||
compiler-rt-i586.diff
|
compiler-rt-i586.diff
|
||||||
clang-analyzer-force-version.diff
|
clang-analyzer-force-version.diff
|
||||||
fix-cmake-config-prefix.diff
|
fix-cmake-config-prefix.diff
|
||||||
|
lldb-test-makefile.diff
|
||||||
|
Loading…
Reference in New Issue
Block a user