Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
llvm-epi-0.8
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Roger Ferrer
llvm-epi-0.8
Commits
04397c1e
Commit
04397c1e
authored
11 years ago
by
Rafael Espindola
Browse files
Options
Downloads
Patches
Plain Diff
Change archive-update.test to create a new file on the fly.
llvm-svn: 186206
parent
b8b0bf9b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
llvm/test/Object/Inputs/Other/evenlen
+0
-1
0 additions, 1 deletion
llvm/test/Object/Inputs/Other/evenlen
llvm/test/Object/archive-update.test
+6
-2
6 additions, 2 deletions
llvm/test/Object/archive-update.test
with
6 additions
and
3 deletions
llvm/test/Object/Inputs/Other/evenlen
deleted
100644 → 0
+
0
−
1
View file @
b8b0bf9b
newer
This diff is collapsed.
Click to expand it.
llvm/test/Object/archive-update.test
+
6
−
2
View file @
04397c1e
...
@@ -5,8 +5,12 @@ REQUIRES: shell
...
@@ -5,8 +5,12 @@ REQUIRES: shell
RUN
:
cd
%
T
RUN
:
cd
%
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
.
RUN
:
mkdir
-
p
%
t
.
dir
RUN
:
echo
newer
>
%
t
.
dir
/
evenlen
Create
an
achive
with
the
newest
file
Create
an
achive
with
the
newest
file
RUN
:
llvm
-
ar
r
%
t
.
a
%
p
/
Inputs
/
Othe
r
/
evenlen
RUN
:
llvm
-
ar
r
%
t
.
a
%
t
.
di
r
/
evenlen
RUN
:
llvm
-
ar
p
%
t
.
a
|
FileCheck
--
check
-
prefix
=
NEWER
%
s
RUN
:
llvm
-
ar
p
%
t
.
a
|
FileCheck
--
check
-
prefix
=
NEWER
%
s
Check
that
without
the
'u'
option
the
member
is
replaced
with
an
older
file
.
Check
that
without
the
'u'
option
the
member
is
replaced
with
an
older
file
.
...
@@ -14,7 +18,7 @@ RUN: llvm-ar r %t.a %p/Inputs/evenlen
...
@@ -14,7 +18,7 @@ RUN: llvm-ar r %t.a %p/Inputs/evenlen
RUN
:
llvm
-
ar
p
%
t
.
a
|
FileCheck
--
check
-
prefix
=
OLDER
%
s
RUN
:
llvm
-
ar
p
%
t
.
a
|
FileCheck
--
check
-
prefix
=
OLDER
%
s
Check
that
with
the
'u'
option
the
member
is
replaced
with
a
newer
file
.
Check
that
with
the
'u'
option
the
member
is
replaced
with
a
newer
file
.
RUN
:
llvm
-
ar
ru
%
t
.
a
%
p
/
Inputs
/
Othe
r
/
evenlen
RUN
:
llvm
-
ar
ru
%
t
.
a
%
t
.
di
r
/
evenlen
RUN
:
llvm
-
ar
p
%
t
.
a
|
FileCheck
--
check
-
prefix
=
NEWER
%
s
RUN
:
llvm
-
ar
p
%
t
.
a
|
FileCheck
--
check
-
prefix
=
NEWER
%
s
Check
that
with
the
'u'
option
the
member
is
not
replaced
with
an
older
file
.
Check
that
with
the
'u'
option
the
member
is
not
replaced
with
an
older
file
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment