am a6b14661: am 1a81a0ef: Merge "[MIPS] Do not use compact branches until GDB supports them"

* commit 'a6b14661687d8da6a8f566dd2fb104986b411565':
  [MIPS] Do not use compact branches until GDB supports them
This commit is contained in:
Elliott Hughes
2015-05-29 05:07:20 +00:00
committed by Android Git Automerger
4 changed files with 24 additions and 0 deletions

View File

@@ -14,6 +14,9 @@ CLANG_CONFIG_mips_UNKNOWN_CFLAGS := \
-msynci \
-mno-fused-madd
# Temporary workaround until GDB supports compact branches.
CLANG_CONFIG_mips_UNKNOWN_CFLAGS += -mcompact-branches=never
# Temporary workaround for Mips clang++ problem, creates
# relocated ptrs in read-only pic .gcc_exception_table;
# permanent fix pending at http://reviews.llvm.org/D9669

View File

@@ -14,6 +14,9 @@ CLANG_CONFIG_mips64_UNKNOWN_CFLAGS := \
-msynci \
-mno-fused-madd
# Temporary workaround until GDB supports compact branches.
CLANG_CONFIG_mips64_UNKNOWN_CFLAGS += -mcompact-branches=never
# Temporary workaround for Mips clang++ problem creating
# relocated ptrs in read-only pic .gcc_exception_table;
# permanent fix pending at http://reviews.llvm.org/D9669