Skip to content

Commit fe05eed

Browse files
committed
Revert accidental change to GenericUnix
1 parent 3e7b080 commit fe05eed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Driver/ToolChains.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1148,8 +1148,8 @@ bool toolchains::GenericUnix::sanitizerRuntimeLibExists(
11481148
const ArgList &args, StringRef sanitizer) const {
11491149
SmallString<128> sanitizerLibPath;
11501150
getClangLibraryPathOnLinux(sanitizerLibPath, args, *this);
1151-
llvm::sys::path::append(sanitizerLibPath, getSanitizerRuntimeLibNameForLinux(
1152-
sanitizer, this->getTriple()));
1151+
llvm::sys::path::append(sanitizerLibPath,
1152+
getSanitizerRuntimeLibNameForLinux(sanitizer, this->getTriple()));
11531153
return llvm::sys::fs::exists(sanitizerLibPath.str());
11541154
}
11551155

0 commit comments

Comments
 (0)