summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2018-01-05 21:44:17 +0000
committerAdrian Prantl <aprantl@apple.com>2018-01-05 21:44:17 +0000
commit146ed408f44d517dfd671d4991148971baf64461 (patch)
tree80855df6d2bad83e228b1263c79899866c959340 /llvm/test/tools
parent8d13b213d4d6d88ed06bc1a0d7132d27d7ed9e80 (diff)
downloadbcm5719-llvm-146ed408f44d517dfd671d4991148971baf64461.tar.gz
bcm5719-llvm-146ed408f44d517dfd671d4991148971baf64461.zip
dwarfdump: Match the --uuid output with that of Darwin dwarfdump.
This option is widely used by scripts and there is no reason to break them. rdar://problem/36032398 llvm-svn: 321901
Diffstat (limited to 'llvm/test/tools')
-rw-r--r--llvm/test/tools/llvm-dwarfdump/uuid.yaml4
-rw-r--r--llvm/test/tools/llvm-dwarfdump/uuid32.yaml2
2 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/tools/llvm-dwarfdump/uuid.yaml b/llvm/test/tools/llvm-dwarfdump/uuid.yaml
index a1e82649576..b36e3aabc0a 100644
--- a/llvm/test/tools/llvm-dwarfdump/uuid.yaml
+++ b/llvm/test/tools/llvm-dwarfdump/uuid.yaml
@@ -1,11 +1,11 @@
# RUN: yaml2obj %s | llvm-dwarfdump -u - | FileCheck %s
# RUN: yaml2obj %s | llvm-dwarfdump --uuid - | FileCheck %s
-# CHECK: UUID: E5874E6F-946F-317B-B348-56FAEE59D8D1 Mach-O 64-bit x86-64 <stdin>
+# CHECK: UUID: E5874E6F-946F-317B-B348-56FAEE59D8D1 (x86_64h) <stdin>
--- !mach-o
FileHeader:
magic: 0xFEEDFACF
cputype: 0x01000007
- cpusubtype: 0x80000003
+ cpusubtype: 0x80000008
filetype: 0x00000002
ncmds: 14
sizeofcmds: 728
diff --git a/llvm/test/tools/llvm-dwarfdump/uuid32.yaml b/llvm/test/tools/llvm-dwarfdump/uuid32.yaml
index ae367b26f24..1144547c3d1 100644
--- a/llvm/test/tools/llvm-dwarfdump/uuid32.yaml
+++ b/llvm/test/tools/llvm-dwarfdump/uuid32.yaml
@@ -1,5 +1,5 @@
# RUN: yaml2obj %s | llvm-dwarfdump --uuid - | FileCheck %s
-# CHECK: UUID: 229E6146-A7AB-3BA0-8B17-DD5125D3AFEF Mach-O 32-bit i386 <stdin>
+# CHECK: UUID: 229E6146-A7AB-3BA0-8B17-DD5125D3AFEF (i386) <stdin>
--- !mach-o
FileHeader:
magic: 0xFEEDFACE
OpenPOWER on IntegriCloud