commit | e942e32f97c482f70736d736be5eb23101ff0336 | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Tue Sep 03 23:12:02 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Sep 03 23:12:02 2019 +0000 |
tree | b52ec55014bfceb5de7bdd444b91ee30a4d0d1f7 | |
parent | 47236f13fc6a2fafea179b8069106381ae41fbad [diff] | |
parent | a0119f8754fa22c34feed4c7422344a55ce408bd [diff] |
Merge "Create libgcc_stripped with llvm-objcopy"
diff --git a/cc/config/clang.go b/cc/config/clang.go index 0647584..4908cb7 100644 --- a/cc/config/clang.go +++ b/cc/config/clang.go
@@ -168,7 +168,6 @@ // new warnings are fixed. "-Wno-tautological-constant-compare", "-Wno-tautological-type-limit-compare", - "-Wno-tautological-unsigned-enum-zero-compare", // http://b/72330874 Disable -Wenum-compare until the instances detected by this new // warning are fixed.