[lldb] Use the host's target triple in TestObjectFileJSON
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 13 Apr 2023 21:19:39 +0000 (14:19 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 13 Apr 2023 21:20:58 +0000 (14:20 -0700)
commit6f8360a0e15f3affe3f711130c693059930bc317
treecb546a833d0cdb4468421b2c59a1028d6b8116eb
parent0e5cdbf07e6d45ca168a76b2bc19b6e385cfae17
[lldb] Use the host's target triple in TestObjectFileJSON

Use the target's triple when adding JSON modules in TestObjectFileJSON.
This should fix the test failure on non-Darwin bots.
lldb/test/API/macosx/symbols/TestObjectFileJSON.py