Mercurial > hg > CbC > CbC_llvm
comparison clang/test/Modules/Inputs/require-modular-includes/module.modulemap @ 150:1d019706d866
LLVM10
author | anatofuz |
---|---|
date | Thu, 13 Feb 2020 15:10:13 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
147:c2174574ed3a | 150:1d019706d866 |
---|---|
1 module AnotherModule { | |
2 header "AnotherModule.h" | |
3 exclude header "AnotherModuleExcluded.h" | |
4 } | |
5 module Umbrella { | |
6 umbrella "umbrella" | |
7 } | |
8 module NotFramework { | |
9 header "NotFramework.h" | |
10 } | |
11 | |
12 framework module * { } |