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
[Support] Remove unused includes (NFC) (#116752)
[llvm-project.git]
/
libunwind
/
include
/
libunwind.modulemap
blob
775841ecb5f1883d4b9d4b6d76e51e336e37b2a2
1
module libunwind [system] {
2
header "libunwind.h"
3
export *
4
}
5
6
module unwind [system] {
7
header "__libunwind_config.h"
8
header "unwind.h"
9
private textual header "unwind_arm_ehabi.h"
10
private textual header "unwind_itanium.h"
11
12
export *
13
}