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
[Flang] remove whole-archive option for AIX linker (#76039)
[llvm-project.git]
/
clang
/
test
/
CXX
/
module
/
module.unit
/
p7
/
t8.cpp
blob
8310fc759f8398b8c0c5eba1e33ef38c33197166
1
// RUN: rm -fr %t
2
// RUN: mkdir %t
3
// RUN: %clang_cc1 -std=c++20 -emit-module-interface %S/Inputs/m8.cppm -I%S/Inputs -o %t/m8.pcm
4
// RUN: %clang_cc1 -std=c++20 -I%S/Inputs/ -fprebuilt-module-path=%t %s -verify -fsyntax-only
5
// expected-no-diagnostics
6
export module t8
;
7
import m8
;