forked from OSchip/llvm-project
parent
16f01fb1db
commit
6ae88262a8
|
@ -1,5 +1,5 @@
|
||||||
RUN: llvm-dsymutil -oso-prepend-path %p %p/Inputs/swift-ast.macho.x86_64 -o %T/swift-ast.dSYM -verbose | FileCheck %s --check-prefix=DSYMUTIL
|
RUN: llvm-dsymutil -oso-prepend-path %p %p/Inputs/swift-ast.macho.x86_64 -o %T/swift-ast.dSYM -verbose | FileCheck %s --check-prefix=DSYMUTIL
|
||||||
RUN: llvm-readobj -sections -section-data %T/swift-ast.dSYM/Contents/Resources/DWARF/swift-ast | FileCheck %s --check-prefix=READOBJ
|
RUN: llvm-readobj -sections -section-data %T/swift-ast.dSYM/Contents/Resources/DWARF/swift-ast.macho.x86_64 | FileCheck %s --check-prefix=READOBJ
|
||||||
|
|
||||||
The tested object file has been created by the dummy Swift code:
|
The tested object file has been created by the dummy Swift code:
|
||||||
let x = 1
|
let x = 1
|
||||||
|
|
Loading…
Reference in New Issue