mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-07-18 05:05:22 +02: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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user