Windows uses COFF as an object file format and PE/COFF as an executable file format. They are subtly different and certain elements of a COFF file may not be present in an executable. Introduce a new plugin to add support for the COFF object file format which is required to support loading of modules built with -gmodules. This is motivated by Swift which serialises debugging information into a PCM which is a COFF object file. Differential Revision: https://reviews.llvm.org/D149987 Reviewed By: bulbazord
11 lines
247 B
CMake
11 lines
247 B
CMake
add_subdirectory(Breakpad)
|
|
add_subdirectory(COFF)
|
|
add_subdirectory(ELF)
|
|
add_subdirectory(JSON)
|
|
add_subdirectory(Mach-O)
|
|
add_subdirectory(Minidump)
|
|
add_subdirectory(PDB)
|
|
add_subdirectory(PECOFF)
|
|
add_subdirectory(Placeholder)
|
|
add_subdirectory(wasm)
|