mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-20 02:58:10 +00:00
Try to make the modules buildbot happy again.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222808 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
01189819fa
commit
e2fc38a1e5
@ -75,8 +75,8 @@ module LLVM_IR {
|
|||||||
exclude header "IR/PassManager.h"
|
exclude header "IR/PassManager.h"
|
||||||
exclude header "IR/LegacyPassManager.h"
|
exclude header "IR/LegacyPassManager.h"
|
||||||
|
|
||||||
// Exclude this; it's intended for (repeated) textual inclusion.
|
// This is intended for (repeated) textual inclusion.
|
||||||
exclude header "IR/Instruction.def"
|
textual header "IR/Instruction.def"
|
||||||
}
|
}
|
||||||
|
|
||||||
module LLVM_LegacyPassManager {
|
module LLVM_LegacyPassManager {
|
||||||
@ -161,6 +161,18 @@ module LLVM_Utils {
|
|||||||
|
|
||||||
// FIXME: Mislayered?
|
// FIXME: Mislayered?
|
||||||
exclude header "Support/TargetRegistry.h"
|
exclude header "Support/TargetRegistry.h"
|
||||||
|
|
||||||
|
// These are intended for textual inclusion.
|
||||||
|
textual header "Support/ELFRelocs/AArch64.def"
|
||||||
|
textual header "Support/ELFRelocs/ARM.def"
|
||||||
|
textual header "Support/ELFRelocs/Hexagon.def"
|
||||||
|
textual header "Support/ELFRelocs/i386.def"
|
||||||
|
textual header "Support/ELFRelocs/Mips.def"
|
||||||
|
textual header "Support/ELFRelocs/PowerPC64.def"
|
||||||
|
textual header "Support/ELFRelocs/PowerPC.def"
|
||||||
|
textual header "Support/ELFRelocs/Sparc.def"
|
||||||
|
textual header "Support/ELFRelocs/SystemZ.def"
|
||||||
|
textual header "Support/ELFRelocs/x86_64.def"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user