mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
11 lines
368 B
Swift
11 lines
368 B
Swift
// Check that the apple-names section is emitted on Darwin.
|
|
// Adapted from llvm/test/DebugInfo/X86/debugger-tune.ll
|
|
// RUN: %target-swiftc_driver -emit-object -g %s -o %t
|
|
// RUN: %llvm-dwarfdump -a %t | %FileCheck --check-prefix=CHECK-LLDB %s
|
|
|
|
// CHECK-LLDB-NOT: debug_pubnames
|
|
// CHECK-LLDB: apple_names
|
|
// CHECK-LLDB-NOT: debug_pubnames
|
|
|
|
// REQUIRES: OS=macosx
|