diff options
| author | Frederic Riss <friss@apple.com> | 2015-07-24 06:41:04 +0000 |
|---|---|---|
| committer | Frederic Riss <friss@apple.com> | 2015-07-24 06:41:04 +0000 |
| commit | 65f0abf275ccc1eb249bb12ce4ac826c9df37986 (patch) | |
| tree | c3154244cd9f5c78e6447fe7f14dcd45e3a2f039 /llvm/test/tools/dsymutil/archive-timestamp.test | |
| parent | 9388406c2131a7e3c1e26524ba62d4f9e000168d (diff) | |
| download | bcm5719-llvm-65f0abf275ccc1eb249bb12ce4ac826c9df37986.tar.gz bcm5719-llvm-65f0abf275ccc1eb249bb12ce4ac826c9df37986.zip | |
[dsymutil] Make the triple detection more strict.
MachOObjectFile offers a method for detecting the correct triple, use
it instead of the previous approximation. This doesn't matter right
now, but it will become important for mach-o universal (fat) binaries.
llvm-svn: 243095
Diffstat (limited to 'llvm/test/tools/dsymutil/archive-timestamp.test')
| -rw-r--r-- | llvm/test/tools/dsymutil/archive-timestamp.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/dsymutil/archive-timestamp.test b/llvm/test/tools/dsymutil/archive-timestamp.test index 11add6d0b72..1daff8fcf63 100644 --- a/llvm/test/tools/dsymutil/archive-timestamp.test +++ b/llvm/test/tools/dsymutil/archive-timestamp.test @@ -6,7 +6,7 @@ # CHECK: warning: {{.*}}libbasic.a(basic3.macho.x86_64.o): {{[Nn]o}} such file --- -triple: 'x86_64-unknown-unknown-macho' +triple: 'x86_64-apple-darwin' objects: - filename: '/Inputs/libbasic.a(basic2.macho.x86_64.o)' timestamp: 141869239 |

