Now that almost all functionality of Apple's dsymutil has been upstreamed, the open source variant can be used as a drop in replacement. Hence we feel it's no longer necessary to have the llvm prefix. Differential revision: https://reviews.llvm.org/D44527 llvm-svn: 327790
9 lines
222 B
Plaintext
9 lines
222 B
Plaintext
# REQUIRES: object-emission
|
|
# RUN: dsymutil -f -oso-prepend-path=%p/../Inputs -y %s -o - 2>&1 | FileCheck %s
|
|
|
|
---
|
|
triple: 'thumbv7-apple-darwin'
|
|
...
|
|
|
|
# CHECK: warning: no debug symbols in executable (-arch armv7)
|