repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove the default clause from a fully-covering switch
[llvm-core.git]
/
include
/
llvm
/
module.modulemap.build
blob
0f6f82af6e1258a9a709959e8c03574deab17d84
1
// This is copied into the build area for a $src != $build compilation.
2
module LLVM_Support_DataTypes {
3
header "Support/DataTypes.h"
4
export *
5
}
6
module LLVM_Config_ABI_Breaking {
7
header "Config/abi-breaking.h"
8
export *
9
}