* commit 'a6b14661687d8da6a8f566dd2fb104986b411565': [MIPS] Do not use compact branches until GDB supports them
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user