[riscv64] disable vectorizer during LTO am: 5376892762
am: 9bfb9d3685
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2920412 Change-Id: I8df11adc05e06d5eba0c9df1d24178cef42170ea Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
committed by
Automerger Merge Worker
commit
3fe72ed8aa
@@ -43,6 +43,8 @@ var (
|
|||||||
// Equivalent to "-munaligned-access", but our clang doesn't have that yet.
|
// Equivalent to "-munaligned-access", but our clang doesn't have that yet.
|
||||||
"-Xclang -target-feature -Xclang +unaligned-scalar-mem",
|
"-Xclang -target-feature -Xclang +unaligned-scalar-mem",
|
||||||
"-Xclang -target-feature -Xclang +unaligned-vector-mem",
|
"-Xclang -target-feature -Xclang +unaligned-vector-mem",
|
||||||
|
// Until https://gitlab.com/qemu-project/qemu/-/issues/1976 is fixed...
|
||||||
|
"-Wl,-mllvm,-vectorize-loops=false",
|
||||||
// We should change the default for this in clang, but for now...
|
// We should change the default for this in clang, but for now...
|
||||||
// (https://github.com/google/android-riscv64/issues/124)
|
// (https://github.com/google/android-riscv64/issues/124)
|
||||||
"-Wl,-mllvm -Wl,-jump-is-expensive=false",
|
"-Wl,-mllvm -Wl,-jump-is-expensive=false",
|
||||||
|
Reference in New Issue
Block a user