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
[AVR] Fix shift node descriptions (#117456)
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-ifs
/
fail-file-open.test
blob
ef3d06c7a3e155564d0e7ae561bcbc830ec68ac2
1
# RUN: not llvm-ifs --output-ifs=%t.tbe %s.NotAFileInTestingDir 2>&1 | FileCheck %s
2
3
This file will not be read. An invalid file path is fed to llvm-ifs.
4
5
# CHECK: error: Could not open `{{.*}}.NotAFileInTestingDir`