android_mt6572_jiabo/external/clang/test/Modules/Inputs/pr19692/module.map
2025-09-05 16:56:03 +08:00

3 lines
241 B
Text

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" } }