Home
last modified time | relevance | path

Searched refs:subdir2 (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lld/test/MachO/
H A Dlink-search-at-rpath.s5 # RUN: mkdir %t/subdir2
17 # RUN: %t/bar.o -o %t/subdir2/libbar.dylib
19 # RUN: %lld -lSystem %t/main.o %t/subdir2/libbar.dylib -o %t/test
20 # RUN: %lld -dylib -lSystem %t/main.o %t/subdir2/libbar.dylib -o %t/libtest.dylib
/llvm-project-15.0.7/llvm/unittests/Support/
H A DFileCollectorTest.cpp132 TempDir subdir2(file_root.path("subdir2")); in TEST() local
133 TempFile a(subdir2.path("a")); in TEST()
163 TempDir subdir2(file_root.path("subdir2")); in TEST() local
164 TempFile a(subdir2.path("a")); in TEST()