Skip to content

Commit

Permalink
git-clang-format HEAD~
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton committed Mar 7, 2024
1 parent 880eb62 commit b302ccd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Interpreter/DynamicLibraryManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ namespace Cpp {
for (const std::string& P : SysPaths)
addSearchPath(P, /*IsUser*/ false);
}
#if LLVM_VERSION_MAJOR < 18
#define starts_with_insensitive startswith_insensitive
#endif
#if LLVM_VERSION_MAJOR < 18
#define starts_with_insensitive startswith_insensitive
#endif
///\returns substitution of pattern in the front of original with replacement
/// Example: substFront("@rpath/abc", "@rpath/", "/tmp") -> "/tmp/abc"
static std::string substFront(StringRef original, StringRef pattern,
Expand Down

0 comments on commit b302ccd

Please sign in to comment.