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] Add RVVConstraint to SiFive custom matrix multiply instructions. (#124055)
[llvm-project.git]
/
clang
/
test
/
Driver
/
fmodules-embed-all-files.cpp
blob
8da836a40446c4160615ce4b493f4c4bb085d524
1
// RUN: %clang -std=c++20 %s -fmodules-embed-all-files -### 2>&1 | FileCheck %s
2
// CHECK: -fmodules-embed-all-files
3
4
// RUN: %clang -std=c++20 %s -### 2>&1 | FileCheck %s --check-prefix=NON-EMBED
5
// NON-EMBED-NOT: -fmodules-embed-all-files