[Clang][AArch64][ARM] Unaligned Access Test Fix

Test fixed for the unaligned access warning.
This commit is contained in:
Mubashar Ahmad
2022-01-20 15:20:57 +00:00
parent 0f283de9d1
commit 3da69fb5a2

View File

@@ -1,4 +1,4 @@
// RUN: %clang_cc1 %s -triple=armv7-none-none-eabi -verify -Wunaligned-access -S -emit-llvm
// RUN: %clang_cc1 %s -triple=armv7-none-none-eabi -verify -Wunaligned-access -S -emit-llvm -o %t
// REQUIRES: arm-registered-target
//
// This test suite tests the warning triggered by the -Wunaligned-access option.