mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
[dsymutil] Fix typo in swift-ast.test
llvm-svn: 315017
This commit is contained in:
parent
82f3d69919
commit
bd0f77ddaa
@ -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-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:
|
||||
let x = 1
|
||||
|
Loading…
Reference in New Issue
Block a user