1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Add new .def file introduced for BinaryFormat/MsgPack

Patch by Kristina Brooks!

llvm-svn: 340506
This commit is contained in:
David Blaikie 2018-08-23 02:01:30 +00:00
parent fad152f1cd
commit 62e0edab54

View File

@ -59,6 +59,7 @@ module LLVM_BinaryFormat {
textual header "BinaryFormat/ELFRelocs/SystemZ.def"
textual header "BinaryFormat/ELFRelocs/x86_64.def"
textual header "BinaryFormat/WasmRelocs.def"
textual header "BinaryFormat/MsgPack.def"
}
module LLVM_Config { requires cplusplus umbrella "Config" module * { export * } }