Follow "The Great Renaming" in LLVM 3.3

This time VMCore was renamed to IR. Several top level include
files were moved to new subfolder IR.
This commit is contained in:
kai 2013-01-03 08:52:23 +01:00
parent 1caf4c9c26
commit 272e7b7a55
8 changed files with 50 additions and 8 deletions

View file

@ -175,6 +175,9 @@ int main(int argc, char** argv)
sys::Path file(LLVM_INTRINSIC_TD_PATH);
file.appendComponent("llvm");
#if LDC_LLVM_VER >= 303
file.appendComponent("IR");
#endif
file.appendComponent("Intrinsics.td");
string iStr = string("-I=") + string(LLVM_INTRINSIC_TD_PATH);