[MIPS] Enable integrated as for Linux
As of LLVM r287681 there are no issues when using integrated as. BUG=None TEST=Build Chromium Linux for MIPS with integrated as Review-Url: https://codereview.chromium.org/2538493003 Cr-Original-Commit-Position: refs/heads/master@{#435586} Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src Cr-Mirrored-Commit: a013532f49a0748c6941b790a46244f2835fa290
This commit is contained in:
Родитель
c20f7e5040
Коммит
9504f09c65
|
@ -560,12 +560,6 @@ config("compiler_cpu_abi") {
|
|||
ldflags += [ "--target=aarch64-linux-gnu" ]
|
||||
}
|
||||
} else if (current_cpu == "mipsel" && !is_nacl) {
|
||||
if (is_clang) {
|
||||
# Temporarily needed due to unsupported MIPS macro instructions
|
||||
# in inline asm code in third_party projects (libwebp and webrtc).
|
||||
# TODO(lmilko) Enable integrated-as.
|
||||
cflags += [ "-fno-integrated-as" ]
|
||||
}
|
||||
if (mips_arch_variant == "r6") {
|
||||
if (is_clang) {
|
||||
cflags += [
|
||||
|
|
Загрузка…
Ссылка в новой задаче