diff options
author | Ron Olson <tachoknight@gmail.com> | 2020-04-14 15:07:39 -0500 |
---|---|---|
committer | Ron Olson <tachoknight@gmail.com> | 2020-04-14 15:07:39 -0500 |
commit | 8e62b80e958264b92e0804c336a1c2d8c461a2d0 (patch) | |
tree | d4ccd59108af39f8ea613155ecb091c283024b5b /clangloc.patch | |
parent | 43fe7bf1ccdc651b37b9958e9a41bc9d67a1d4e9 (diff) | |
download | swift-lang-master.tar.gz swift-lang-master.tar.xz swift-lang-master.zip |
Diffstat (limited to 'clangloc.patch')
-rw-r--r-- | clangloc.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/clangloc.patch b/clangloc.patch deleted file mode 100644 index 5892519..0000000 --- a/clangloc.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- lldb/source/Plugins/ExpressionParser/Clang/ClangHost.cpp.orig 2019-02-08 20:24:10.121192411 -0600 -+++ lldb/source/Plugins/ExpressionParser/Clang/ClangHost.cpp 2019-02-08 22:20:36.347687737 -0600 -@@ -34,7 +34,7 @@ - #else - static bool DefaultComputeClangDirectory(FileSpec &file_spec) { - return HostInfoPosix::ComputePathRelativeToLibrary( -- file_spec, "/lib/lldb/clang/"); -+ file_spec, "/swift/clang/"); - return HostInfoPosix::ComputePathRelativeToLibrary( - file_spec, (llvm::Twine("/lib") + CLANG_LIBDIR_SUFFIX + "/clang/" + - CLANG_VERSION_STRING) |