aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/BPF/dwarfdump.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/BPF/dwarfdump.ll')
-rw-r--r--test/CodeGen/BPF/dwarfdump.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/BPF/dwarfdump.ll b/test/CodeGen/BPF/dwarfdump.ll
index ad667c2f5b9..702cb28423f 100644
--- a/test/CodeGen/BPF/dwarfdump.ll
+++ b/test/CodeGen/BPF/dwarfdump.ll
@@ -1,7 +1,7 @@
; RUN: llc -O2 -march=bpfel %s -o %t -filetype=obj
-; RUN: llvm-dwarfdump -debug-dump=line %t | FileCheck %s
+; RUN: llvm-dwarfdump -debug-line %t | FileCheck %s
; RUN: llc -O2 -march=bpfeb %s -o %t -filetype=obj
-; RUN: llvm-dwarfdump -debug-dump=line %t | FileCheck %s
+; RUN: llvm-dwarfdump -debug-line %t | FileCheck %s
source_filename = "testprog.c"
target datalayout = "e-m:e-p:64:64-i64:64-n32:64-S128"