llvm-for-llvmta/tools/clang/test/Modules/Inputs/pr19692/module.map

4 lines
241 B
Plaintext
Raw Normal View History

2022-04-25 13:02:35 +02:00
module cstd { module stdint { header "stdint.h" } }
module LLVMSupport { module Blah { header "Blah.h" export * } module AIX { header "AIX.h" } }
module LLVMTarget { module Blah { header "TBlah.h" export * } module Foo { header "TFoo.h" } }