forked from OSchip/llvm-project
Revert "[Driver] Update default sanitizer blacklist location"
This reverts commit r322258: broke the dfsan build. llvm-svn: 322260
This commit is contained in:
parent
d79bbf4474
commit
605d3b9225
|
@ -112,7 +112,7 @@ static bool getDefaultBlacklist(const Driver &D, SanitizerMask Kinds,
|
||||||
|
|
||||||
if (BlacklistFile) {
|
if (BlacklistFile) {
|
||||||
clang::SmallString<64> Path(D.ResourceDir);
|
clang::SmallString<64> Path(D.ResourceDir);
|
||||||
llvm::sys::path::append(Path, "share", BlacklistFile);
|
llvm::sys::path::append(Path, BlacklistFile);
|
||||||
BLPath = Path.str();
|
BLPath = Path.str();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue