Skip to content

Commit

Permalink
Flip --incompatible_use_specific_tool_files.
Browse files Browse the repository at this point in the history
See bazelbuild#8531.

Closes bazelbuild#9126.

RELNOTES: The --incompatible_use_specific_tool_files flag has been flipped. See bazelbuild#9126 for more information.
PiperOrigin-RevId: 263120622
  • Loading branch information
benjaminp authored and copybara-github committed Aug 13, 2019
1 parent 40c3ab3 commit 030ca7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ public Label getFdoPrefetchHintsLabel() {

@Option(
name = "incompatible_use_specific_tool_files",
defaultValue = "false",
defaultValue = "true",
documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
effectTags = {OptionEffectTag.LOADING_AND_ANALYSIS},
metadataTags = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ public void writeOSX() throws IOException {
+ toolchainConfig.getCompiler()
+ "_config',",
" all_files = ':empty',",
" ar_files = ':empty',",
" ar_files = ':link',",
" as_files = ':empty',",
" compiler_files = ':empty',",
" dwp_files = ':empty',",
Expand Down

0 comments on commit 030ca7f

Please sign in to comment.