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
[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git]
/
clang
/
test
/
VFS
/
broken-vfs-module-dep.c
blob
2336306de8c6d265bb544eb941db3b529a8d2440
1
// RUN: rm -rf %t
2
// RUN: mkdir -p %t
3
// RUN: not %clang_cc1 -module-dependency-dir %t -ivfsoverlay %S/Inputs/invalid-yaml.yaml %s 2>&1 | FileCheck %s
4
5
// CHECK: error: Unexpected token
6
// CHECK: error: Unexpected token
7
// CHECK: 1 error generated