mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
6bb62ee96b
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 llvm-svn: 316414
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 *
|
|
}
|