Changeset View
Changeset View
Standalone View
Standalone View
test/Object/archive-update.test
Test the 'u' option of llvm-ar | Test the 'u' option of llvm-ar | ||||
RUN: cd %T | RUN: cd `dirname %t` | ||||
RUN: rm -f %t.a | RUN: rm -f %t.a | ||||
Create a file named evenlen that is newer than the evenlen on the source dir. | Create a file named evenlen that is newer than the evenlen on the source dir. | ||||
RUN: mkdir -p %t.older | RUN: mkdir -p %t.older | ||||
RUN: echo older > %t.older/evenlen | RUN: echo older > %t.older/evenlen | ||||
RUN: mkdir -p %t.newer | RUN: mkdir -p %t.newer | ||||
Show All 40 Lines |