diff options
Diffstat (limited to 'test/CodeGen/BPF/sanity.ll')
-rw-r--r-- | test/CodeGen/BPF/sanity.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/BPF/sanity.ll b/test/CodeGen/BPF/sanity.ll index f318c3a95e48..a7aed65b821e 100644 --- a/test/CodeGen/BPF/sanity.ll +++ b/test/CodeGen/BPF/sanity.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=bpfel | FileCheck %s +; RUN: not llc < %s -march=bpfel | FileCheck %s @foo_printf.fmt = private unnamed_addr constant [9 x i8] c"hello \0A\00", align 1 |