File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1666
1666
// CHECK-MISALIGNED-AVOID: __riscv_misaligned_avoid 1
1667
1667
1668
1668
// RUN: %clang --target=riscv32-unknown-linux-gnu -march=rv32i -E -dM %s \
1669
- // RUN: -munaligned-access -o - | FileCheck %s --check-prefix=CHECK-MISALIGNED-FAST
1669
+ // RUN: -mno-strict-align -o - | FileCheck %s --check-prefix=CHECK-MISALIGNED-FAST
1670
1670
// RUN: %clang --target=riscv64-unknown-linux-gnu -march=rv64i -E -dM %s \
1671
- // RUN: -munaligned-access -o - | FileCheck %s --check-prefix=CHECK-MISALIGNED-FAST
1671
+ // RUN: -mno-strict-align -o - | FileCheck %s --check-prefix=CHECK-MISALIGNED-FAST
1672
1672
// RUN: %clang --target=riscv64-unknown-linux-gnu -mcpu=sifive-p450 -E -dM %s \
1673
1673
// RUN: -o - | FileCheck %s --check-prefix=CHECK-MISALIGNED-FAST
1674
1674
// CHECK-MISALIGNED-FAST: __riscv_misaligned_fast 1
You can’t perform that action at this time.
0 commit comments