Clang Project

clang_source_code/test/Modules/Inputs/GNUAsm/NeedsGNUInlineAsm.framework/module.map
1framework module NeedsGNUInlineAsm {
2  header "NeedsGNUInlineAsm.h"
3
4  explicit module Asm {
5    requires gnuinlineasm
6    header "asm.h"
7  }
8}
9