mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 16:50:25 -04:00
This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp to llvmorg-16.0.1-0-gcd89023f7979 (aka 16.0.1 release). PR: 271047 MFC after: 1 month
13 lines
246 B
Text
13 lines
246 B
Text
module libunwind [system] {
|
|
header "libunwind.h"
|
|
export *
|
|
}
|
|
|
|
module unwind [system] {
|
|
header "__libunwind_config.h"
|
|
header "unwind.h"
|
|
private textual header "unwind_arm_ehabi.h"
|
|
private textual header "unwind_itanium.h"
|
|
|
|
export *
|
|
}
|