[lld-macho][nfc] Re-enable previously disabled test.
authorVy Nguyen <vyng@google.com>
Wed, 4 Jan 2023 14:43:34 +0000 (09:43 -0500)
committerVy Nguyen <vyng@google.com>
Wed, 4 Jan 2023 17:40:14 +0000 (12:40 -0500)
commite9c82423939742ba85c497f16dcac6a547534b67
tree78426da4da24bb5f34c6af65e0f7f48dda23ad68
parent090904070e2512338c9ca4bea454853aabc1c528
[lld-macho][nfc] Re-enable previously disabled test.

This check was previous disabled because the test kept failing on ARM64. The output from reported failure message
gave the impression that the bundle was created as an x86-64 bundle but upon further inspection, I believe that's
a bug in llvm-otool where it prints both -h and -f for both input files on ARM64.

So the "fix" here is to rewrite the test to run the two otool commands separately but concatenate the
output into one file for checking.

Differential Revision: https://reviews.llvm.org/D140987
lld/test/MachO/fat-arch.s