repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation tests. NFC
[llvm-core.git]
/
test
/
Other
/
umask.ll
blob
413458006a5a468d64cb41f5073348f62754307b
1
; REQUIRES: shell
2
; XFAIL: windows-gnu
3
4
; RUN: umask 000
5
; RUN: rm -f %t.000
6
; RUN: llvm-as %s -o %t.000
7
; RUN: ls -l %t.000 | FileCheck --check-prefix=CHECK000 %s
8
; CHECK000: rw-rw-rw
9
10
; RUN: umask 002
11
; RUN: rm -f %t.002
12
; RUN: llvm-as %s -o %t.002
13
; RUN: ls -l %t.002 | FileCheck --check-prefix=CHECK002 %s
14
; CHECK002: rw-rw-r-