Skip to content

Commit

Permalink
[lld] Use temporary directory to create test outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfh committed Nov 12, 2020
1 parent 45b8a74 commit a196e80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lld/test/MachO/dylib-stub.yaml
Expand Up @@ -11,8 +11,8 @@
# REQUIRES: x86
# RUN: split-file %s %t
# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %t/test.s -o %t/test.o
# RUN: yaml2obj %t/fat.dylib.yaml > fat.dylib
# RUN: %lld -lSystem %t/test.o fat.dylib -o %t/test
# RUN: yaml2obj %t/fat.dylib.yaml > %t/fat.dylib
# RUN: %lld -lSystem %t/test.o %t/fat.dylib -o %t/test
# RUN: llvm-objdump --macho --lazy-bind %t/test | FileCheck %s
# CHECK: __DATA __la_symbol_ptr 0x100001008 foo _foo

Expand Down

0 comments on commit a196e80

Please sign in to comment.