Commit d6a7cba2 by Derek Mauro Committed by Copybara-Service

Add a clang-cl build

PiperOrigin-RevId: 520925224
Change-Id: I8b7eb8b4d4b99d72b860aec532516b428fb2be23
parent 0b6f0003
...@@ -320,13 +320,13 @@ cc_library( ...@@ -320,13 +320,13 @@ cc_library(
linkopts = ABSL_DEFAULT_LINKOPTS, linkopts = ABSL_DEFAULT_LINKOPTS,
deps = [ deps = [
":test_helpers", ":test_helpers",
"@com_google_googletest//:gtest",
"//absl/base:config", "//absl/base:config",
"//absl/base:core_headers", "//absl/base:core_headers",
"//absl/base:log_severity", "//absl/base:log_severity",
"//absl/log:log_entry", "//absl/log:log_entry",
"//absl/strings", "//absl/strings",
"//absl/time", "//absl/time",
"@com_google_googletest//:gtest",
] + select({ ] + select({
"//absl:msvc_compiler": [], "//absl:msvc_compiler": [],
"//conditions:default": [ "//conditions:default": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment