repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[mlir][int-range] Limit xor int range inference to i1 (#116968)
[llvm-project.git]
/
llvm
/
test
/
Object
/
archive-extract-dir.test
blob
67d6781ee0927d72698877c8bc3f343c9d2079d5
1
RUN: mkdir -p %t
2
RUN: cd %t
3
RUN: rm -rf foo
4
RUN: echo foo > foo
5
RUN: rm -f test.a
6
RUN: llvm-ar rc test.a foo
7
RUN: rm foo
8
RUN: mkdir foo
9
RUN: not llvm-ar x test.a foo 2>&1 | FileCheck -DMSG=%errc_EISDIR %s
10
11
CHECK: foo: [[MSG]]