forked from OSchip/llvm-project
[DebugInfo]: Fix the debuginfo-tests/llgdb-tests/apple-accel.cpp test
failure after 84e5760
.
This commit is contained in:
parent
42efd35ba0
commit
5752bcf9e5
|
@ -13,9 +13,9 @@
|
|||
__attribute__((section("1,__text_foo"))) void foo() {}
|
||||
int main (int argc, char const *argv[]) { return argc; }
|
||||
|
||||
// CHECK: __debug_str
|
||||
// CHECK-NEXT: __debug_abbrev
|
||||
// CHECK-NEXT: __debug_info
|
||||
// CHECK-NEXT: __debug_str
|
||||
// CHECK-NEXT: __debug_ranges
|
||||
// CHECK-NEXT: __apple_names
|
||||
// CHECK-NEXT: __apple_objc
|
||||
|
|
Loading…
Reference in New Issue