Files
swift-mirror/test/IRGen/Inputs/module.modulemap
Meghana Gupta 901c279bea Add IRGen support for reads and writes to imported __ptrauth qualified field function pointers
Access to such pointers are protected by begin_access [signed]/end_access.
Generate code to auth/sign them before access.
2023-01-25 14:03:19 -08:00

38 lines
628 B
Plaintext

module AutolinkCoffCPragma {
header "autolink-coff-c-pragma.h"
export *
}
module AutolinkCoffCPragmaTransitive {
header "autolink-coff-c-pragma-transitive.h"
export *
}
module AutolinkElfCPragma {
header "autolink-elf-c-pragma.h"
export *
}
module AutolinkElfCPragmaTransitive {
header "autolink-elf-c-pragma-transitive.h"
export *
}
module AutolinkModuleMapLink {
link "autolink-module-map-link"
}
module AtomicBoolModule {
header "atomic_bool.h"
export *
}
module SynthesizedProtocol {
header "synthesized_protocol.h"
export *
}
module PointerAuth {
header "ptrauth_field_fptr_import.h"
}