https://github.com/epiqc/ScaffCC
Raw File
Tip revision: 66a79944ee4cd116b27bc1a69137276885461db8 authored by Andrew Litteken on 28 September 2021, 15:30:02 UTC
Merge pull request #49 from AndrewLitteken/master
Tip revision: 66a7994
module.modulemap.build
// This is copied into the build area for a $src != $build compilation.
module LLVM_Support_DataTypes {
  header "Support/DataTypes.h"
  export *
}
module LLVM_Config_ABI_Breaking {
  header "Config/abi-breaking.h"
  export *
}
module LLVM_Config_Config {
  header "Config/llvm-config.h"
  export *
}
back to top