mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 06:10:12 +00:00
af91446aa2
Show the user the DBGError (if available) when dsymForUUID fails. rdar://90949180 Differential revision: https://reviews.llvm.org/D123743
6 lines
263 B
Plaintext
6 lines
263 B
Plaintext
# REQUIRES: system-darwin
|
|
|
|
# RUN: yaml2obj %S/Inputs/a.yaml -o %t.out
|
|
# RUN: LLDB_APPLE_DSYMFORUUID_EXECUTABLE=%S/Inputs/dsymforuuid.sh %lldb %t.out -o 'add-dsym -u 41945CA4-5D9D-3CDE-82B4-37E4C09750B5' 2>&1 | FileCheck %s
|
|
# CHECK: UUID information was not found
|