mirror of
https://github.com/RPCS3/llvm.git
synced 2026-01-31 01:25:19 +01:00
Besides all the goodness from modularizing a header, this is necessary to compile ToT with modules with the clang host compiler from Xcode 9 in macOS 10.13, which our bots don't use yet. rdar://problem/35038151 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@316414 91177308-0d34-0410-b5e6-96231b3b80d8
14 lines
301 B
Plaintext
14 lines
301 B
Plaintext
// 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 *
|
|
}
|