Skip to content

Commit

Permalink
Flip --incompatible_use_specific_tool_files.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminp committed Aug 8, 2019
1 parent e0f1c1c commit 9e70141
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 9e70141

Please sign in to comment.