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
[RISCV][FMV] Support target_clones (#85786)
[llvm-project.git]
/
clang
/
test
/
Frontend
/
rewrite-includes-filenotfound.c
blob
203dbde545166ae1f6a78695bf05c229132da454
1
// RUN: not %clang_cc1 -E -frewrite-includes %s -o - 2>&1 | FileCheck %s
2
3
#include
"this file does not exist.foo"
4
#include
"this file also does not exist.foo"
5
6
CHECK
:
fatal error
: {{.*}}
file
not
found