aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2020-03-15 20:56:33 -0700
committerJonas Devlieghere <jonas@devlieghere.com>2020-03-15 20:56:33 -0700
commit54146cbd32e319029cd1ff8519f76e2a3820bb8c (patch)
treebcaf19a3c2c3c67c792aab3ccbbd2b6f8182b2ef
parent6ad63606ea4afde9043148509449ab984bfd499a (diff)
[debuginfo-tests] Update test for double-dash long-option.
-rw-r--r--debuginfo-tests/llgdb-tests/apple-accel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/debuginfo-tests/llgdb-tests/apple-accel.cpp b/debuginfo-tests/llgdb-tests/apple-accel.cpp
index a125c57428c4..2705c29a5fb2 100644
--- a/debuginfo-tests/llgdb-tests/apple-accel.cpp
+++ b/debuginfo-tests/llgdb-tests/apple-accel.cpp
@@ -4,9 +4,9 @@
// These sections are going to be retired in DWARF 5, so we hardcode
// the DWARF version in the tests.
// RUN: %clang %s %target_itanium_abi_host_triple -gdwarf-2 -O0 -c -g -o %t-ex
-// RUN: llvm-objdump -section-headers %t-ex | FileCheck %s
+// RUN: llvm-objdump --section-headers %t-ex | FileCheck %s
// RUN: %clang %s %target_itanium_abi_host_triple -gdwarf-4 -O0 -c -g -o %t-ex
-// RUN: llvm-objdump -section-headers %t-ex | FileCheck %s
+// RUN: llvm-objdump --section-headers %t-ex | FileCheck %s
// A function in a different section forces the compiler to create the
// __debug_ranges section.