https://github.com/epiqc/ScaffCC
Raw File
Tip revision: 4d7bfa034cfaea4e8346396c6198cdd3e271d272 authored by Andrew Litteken on 23 April 2020, 16:55:47 UTC
Version 5 Upgrade! (#40)
Tip revision: 4d7bfa0
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