This reverts commit r322258: broke the dfsan build. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@322260 91177308-0d34-0410-b5e6-96231b3b80d8
@@ -112,7 +112,7 @@ static bool getDefaultBlacklist(const Driver &D, SanitizerMask Kinds,
if (BlacklistFile) {
clang::SmallString<64> Path(D.ResourceDir);
- llvm::sys::path::append(Path, "share", BlacklistFile);
+ llvm::sys::path::append(Path, BlacklistFile);
BLPath = Path.str();
return true;
}