[all-commits] [llvm/llvm-project] 402b06: [llvm-libtool-darwin] Fix test on all host archite...
Shoaib Meenai via All-commits
all-commits at lists.llvm.org
Sun Aug 16 00:18:23 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 402b063c80674aef9c4eb5997f1054dac0fca073
https://github.com/llvm/llvm-project/commit/402b063c80674aef9c4eb5997f1054dac0fca073
Author: Shoaib Meenai <smeenai at fb.com>
Date: 2020-08-16 (Sun, 16 Aug 2020)
Changed paths:
M llvm/test/tools/llvm-libtool-darwin/universal-output.test
Log Message:
-----------
[llvm-libtool-darwin] Fix test on all host architectures
By default, if a universal binary has a slice matching the host
architecture, llvm-objdump will only print that slice, otherwise it'll
print all architectures. Explicitly pass `--arch all` to force it to
always print all architectures, as we want for this test.
More information about the All-commits
mailing list