diff options
Diffstat (limited to 'llvm/test/CodeGen/BPF/CORE/offset-reloc-end-ret.ll')
-rw-r--r-- | llvm/test/CodeGen/BPF/CORE/offset-reloc-end-ret.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/BPF/CORE/offset-reloc-end-ret.ll b/llvm/test/CodeGen/BPF/CORE/offset-reloc-end-ret.ll index f15c9a3dd2b..32276496ff7 100644 --- a/llvm/test/CodeGen/BPF/CORE/offset-reloc-end-ret.ll +++ b/llvm/test/CodeGen/BPF/CORE/offset-reloc-end-ret.ll @@ -1,4 +1,5 @@ -; RUN: llc -march=bpfel -filetype=asm -o - %s | FileCheck %s +; RUN: llc -march=bpfel -filetype=asm -o - %s | FileCheck %s +; RUN: llc -march=bpfel -mattr=+alu32 -filetype=asm -o - %s | FileCheck %s ; ; Source Code: ; #define _(x) (__builtin_preserve_access_index(x)) |