diff --git a/debian/patches/disable-path-test-failing.diff b/debian/patches/disable-path-test-failing.diff index 60a70d8e..2ca2355e 100644 --- a/debian/patches/disable-path-test-failing.diff +++ b/debian/patches/disable-path-test-failing.diff @@ -1,9 +1,9 @@ -Index: llvm-toolchain-snapshot_6.0~svn309541/unittests/Support/Path.cpp +Index: llvm-toolchain-snapshot_7~svn334230/unittests/Support/Path.cpp =================================================================== ---- llvm-toolchain-snapshot_6.0~svn309541.orig/unittests/Support/Path.cpp -+++ llvm-toolchain-snapshot_6.0~svn309541/unittests/Support/Path.cpp -@@ -473,7 +473,7 @@ protected: - errs().flush(); +--- llvm-toolchain-snapshot_7~svn334230.orig/unittests/Support/Path.cpp ++++ llvm-toolchain-snapshot_7~svn334230/unittests/Support/Path.cpp +@@ -465,7 +465,7 @@ protected: + sys::path::append(NonExistantFile, "1B28B495C16344CB9822E588CD4C3EF0"); } - void TearDown() override { ASSERT_NO_ERROR(fs::remove(TestDirectory.str())); } @@ -11,7 +11,7 @@ Index: llvm-toolchain-snapshot_6.0~svn309541/unittests/Support/Path.cpp }; TEST_F(FileSystemTest, Unique) { -@@ -553,13 +553,13 @@ TEST_F(FileSystemTest, RealPath) { +@@ -545,13 +545,13 @@ TEST_F(FileSystemTest, RealPath) { SmallString<64> HomeDir; bool Result = llvm::sys::path::home_directory(HomeDir); diff --git a/debian/patches/impl-path-hurd.diff b/debian/patches/impl-path-hurd.diff index a978a23e..4d7b7a6b 100644 --- a/debian/patches/impl-path-hurd.diff +++ b/debian/patches/impl-path-hurd.diff @@ -1,8 +1,8 @@ -Index: llvm-toolchain-snapshot-7~svn330801/lib/Support/Unix/Path.inc +Index: llvm-toolchain-snapshot_7~svn334230/lib/Support/Unix/Path.inc =================================================================== ---- llvm-toolchain-snapshot-7~svn330801.orig/lib/Support/Unix/Path.inc -+++ llvm-toolchain-snapshot-7~svn330801/lib/Support/Unix/Path.inc -@@ -172,7 +172,7 @@ std::string getMainExecutable(const char +--- llvm-toolchain-snapshot_7~svn334230.orig/lib/Support/Unix/Path.inc ++++ llvm-toolchain-snapshot_7~svn334230/lib/Support/Unix/Path.inc +@@ -175,7 +175,7 @@ std::string getMainExecutable(const char if (getprogpath(exe_path, argv0) != NULL) return exe_path;