diff options
Diffstat (limited to 'test/Modules/Inputs/pr19692/module.map')
-rw-r--r-- | test/Modules/Inputs/pr19692/module.map | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Modules/Inputs/pr19692/module.map b/test/Modules/Inputs/pr19692/module.map new file mode 100644 index 0000000000000..f4120dce6f8cd --- /dev/null +++ b/test/Modules/Inputs/pr19692/module.map @@ -0,0 +1,3 @@ +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" } } |