You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"BAZEL_ALLOW_NON_APPLICATIONS_XCODE", # Signals to configure_osx_toolchain that some Xcodes may live outside of /Applications and we need to probe further when detecting/configuring them.
59
+
"BAZEL_LLVM_COV", # Makes it possible to override the llvm-cov path.
60
+
"BAZEL_LLVM_PROFDATA", # Makes it possible to override the llvm-profdata path.
59
61
"DEVELOPER_DIR", # Used for making sure we use the right Xcode for compiling toolchain binaries
60
62
"GCOV", # TODO: Remove this
61
63
"USE_CLANG_CL", # Kept as a hack for those who rely on this invaliding the toolchain
0 commit comments