Backed out 4 changesets (bug 1878764, bug 1894860, bug 1849075) for causing multiple Gtest failures. CLOSED TREE
Backed out changeset 1b6f68a55002 (bug 1878764) Backed out changeset dbcef036309d (bug 1894860) Backed out changeset 440056d02985 (bug 1878764) Backed out changeset df59a0aca986 (bug 1849075)
This commit is contained in:
@@ -446,7 +446,7 @@ def prune_final_dir_for_clang_tidy(final_dir, target):
|
||||
if is_darwin(target) and name in ["libLLVM.dylib", "libclang-cpp.dylib"]:
|
||||
continue
|
||||
if is_linux(target) and (
|
||||
fnmatch.fnmatch(name, "libLLVM*.so*")
|
||||
fnmatch.fnmatch(name, "libLLVM*.so")
|
||||
or fnmatch.fnmatch(name, "libclang-cpp.so*")
|
||||
):
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user