diff options
Diffstat (limited to 'clang/test/Sema/patchable-function-entry-attr.cpp')
-rw-r--r-- | clang/test/Sema/patchable-function-entry-attr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Sema/patchable-function-entry-attr.cpp b/clang/test/Sema/patchable-function-entry-attr.cpp index c443b2d01cf..63de5a2abf7 100644 --- a/clang/test/Sema/patchable-function-entry-attr.cpp +++ b/clang/test/Sema/patchable-function-entry-attr.cpp @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -triple aarch64 -fsyntax-only -verify=silence %s +// RUN: %clang_cc1 -triple aarch64_be -fsyntax-only -verify=silence %s // RUN: %clang_cc1 -triple i386 -fsyntax-only -verify=silence %s // RUN: %clang_cc1 -triple x86_64 -fsyntax-only -verify=silence %s // RUN: %clang_cc1 -triple ppc64le -fsyntax-only -verify %s |