We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ad6360 commit 54146cbCopy full SHA for 54146cb
debuginfo-tests/llgdb-tests/apple-accel.cpp
@@ -4,9 +4,9 @@
4
// These sections are going to be retired in DWARF 5, so we hardcode
5
// the DWARF version in the tests.
6
// RUN: %clang %s %target_itanium_abi_host_triple -gdwarf-2 -O0 -c -g -o %t-ex
7
-// RUN: llvm-objdump -section-headers %t-ex | FileCheck %s
+// RUN: llvm-objdump --section-headers %t-ex | FileCheck %s
8
// RUN: %clang %s %target_itanium_abi_host_triple -gdwarf-4 -O0 -c -g -o %t-ex
9
10
11
// A function in a different section forces the compiler to create the
12
// __debug_ranges section.
0 commit comments