diff options
Diffstat (limited to 'lld/test/mach-o/got-order.yaml')
-rw-r--r-- | lld/test/mach-o/got-order.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/mach-o/got-order.yaml b/lld/test/mach-o/got-order.yaml index b69877ecdc3..2e8579cad6d 100644 --- a/lld/test/mach-o/got-order.yaml +++ b/lld/test/mach-o/got-order.yaml @@ -1,5 +1,5 @@ # RUN: lld -flavor darwin -arch x86_64 %s %p/Inputs/got-order.yaml \ -# RUN: %p/Inputs/got-order2.yaml -o %t %p/Inputs/libSystem.yaml +# RUN: %p/Inputs/got-order2.yaml -o %t %p/Inputs/x86_64/libSystem.yaml # RUN: llvm-objdump -bind %t | FileCheck %s # # Test that GOT slots are sorted by name |