Lines Matching refs:tA
3 ################ Place dynlib in %tD, and archive in %tA
4 # RUN: rm -rf %t %tA %tD
5 # RUN: mkdir -p %t %tA %tD
12 # RUN: llvm-ar --format=darwin crs %tA/libgoodbye.a %t/goodbye.o
18 # RUN: -L%tA -L%tD -L%t -lhello -lgoodbye -lSystem %t/test.o
23 # RUN: -L%tA -L%tD -L%t -lhello -lgoodbye -lSystem %t/test.o -search_paths_first
26 # RUN: -L%tD -L%tA -L%t -lhello -lgoodbye -lSystem %t/test.o -search_paths_first
29 # RUN: -L%tA -L%t -lhello -lgoodbye -lSystem %t/test.o -search_paths_first
37 # RUN: -L%tA -L%tD -L%t -lhello -lgoodbye -lSystem %t/test.o -search_dylibs_first
40 # RUN: -L%tD -L%tA -L%t -lhello -lgoodbye -lSystem %t/test.o -search_dylibs_first
43 # RUN: -L%tA -L%t -lhello -lgoodbye -lSystem %t/test.o -search_dylibs_first