diff --git a/config/compiler/BUILD.gn b/config/compiler/BUILD.gn index 005406136..5f01932dc 100644 --- a/config/compiler/BUILD.gn +++ b/config/compiler/BUILD.gn @@ -673,7 +673,7 @@ config("compiler") { # TODO(crbug.com/376278218): This causes segfault on Linux ARM builds. # It also causes segfault on Linux s390x: # https://github.com/llvm/llvm-project/issues/149511 - if (is_linux && use_lld && current_cpu != "arm" && current_cpu != "s390x") { + if (false) { cflags += [ "-Wa,--crel,--allow-experimental-crel" ] } }