diff options
| -rw-r--r-- | cc/config/riscv64_device.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cc/config/riscv64_device.go b/cc/config/riscv64_device.go index f1334703d..47f0de1c8 100644 --- a/cc/config/riscv64_device.go +++ b/cc/config/riscv64_device.go @@ -45,8 +45,6 @@ var ( // This is already the driver's Android default, but duplicated here (and // above) for ease of experimentation with additional extensions. "-march=rv64gcv_zba_zbb_zbs", - // TODO: move to driver (https://github.com/google/android-riscv64/issues/111) - "-mno-strict-align", // TODO: remove when clang default changed (https://github.com/google/android-riscv64/issues/124) "-Wl,-mllvm -Wl,-jump-is-expensive=false", } |