summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/GNUAsm/NeedsGNUInlineAsm.framework/module.map
blob: a9536100d611f6bf5212833813404f9d0d57bc60 (plain)
1
2
3
4
5
6
7
8
framework module NeedsGNUInlineAsm {
  header "NeedsGNUInlineAsm.h"

  explicit module Asm {
    requires gnuinlineasm
    header "asm.h"
  }
}
OpenPOWER on IntegriCloud