File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
debuginfo-tests/llgdb-tests Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 88// RUN: %clang %s %target_itanium_abi_host_triple -gdwarf-4 -O0 -c -g -o %t-ex
99// RUN: llvm-objdump -section-headers %t-ex | FileCheck %s
1010
11- // A function in a different section forces the compiler to create the
11+ // A function in a different section forces the compiler to create the
1212// __debug_ranges section.
1313__attribute__ ((section(" 1,__text_foo" ))) void foo() {}
1414int main (int argc, char const *argv[]) { return argc; }
@@ -17,7 +17,6 @@ int main (int argc, char const *argv[]) { return argc; }
1717// CHECK-NEXT: __debug_abbrev
1818// CHECK-NEXT: __debug_info
1919// CHECK-NEXT: __debug_ranges
20- // CHECK-NEXT: __debug_macinfo
2120// CHECK-NEXT: __apple_names
2221// CHECK-NEXT: __apple_objc
2322// CHECK-NEXT: __apple_namespac
You can’t perform that action at this time.
0 commit comments