llvm-project/clang/test/Modules/Inputs/GNUAsm/NeedsGNUInlineAsm.framework/module.map

9 lines
144 B
Plaintext

framework module NeedsGNUInlineAsm {
header "NeedsGNUInlineAsm.h"
explicit module Asm {
requires gnuinlineasm
header "asm.h"
}
}