Merge "[mips] Disable compact branch generation"

am: ca06cc331d

Change-Id: Iaa61b99c0aaa686922c32d7f6dfdbc749f66cb86
This commit is contained in:
Nikola Veljkovic
2016-09-06 22:36:47 +00:00
committed by android-build-merger
2 changed files with 6 additions and 0 deletions

View File

@@ -78,6 +78,9 @@ var (
"mips64r6": []string{ "mips64r6": []string{
"-mips64r6", "-mips64r6",
"-msynci", "-msynci",
// revert once clang picks up r278824
"-mcompact-branches=never",
}, },
} }
) )

View File

@@ -114,6 +114,9 @@ var (
"-mfp64", "-mfp64",
"-mno-odd-spreg", "-mno-odd-spreg",
"-msynci", "-msynci",
// revert once clang picks up r278824
"-mcompact-branches=never",
}, },
} }
) )