mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-01 23:50:43 +03:00
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:
parent
1caf4c9c26
commit
272e7b7a55
8 changed files with 50 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue