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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
utils
/
lit
/
tests
/
Inputs
/
shtest-not
/
print_environment.py
blob
c7070d4141702ab5fe50e5764d5e4937360c8ce0
1
from
__future__
import
print_function
2
import
os
3
4
5
def
execute
():
6
for
name
in
[
"FOO"
,
"BAR"
]:
7
print
(
name
,
"="
,
os
.
environ
.
get
(
name
,
"[undefined]"
))