Compiler projects using llvm
framework module NeedsGNUInlineAsm {
  header "NeedsGNUInlineAsm.h"

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