Refactor llvm backend code into separate procedures to make it simpler to profile

This commit is contained in:
gingerBill
2023-01-05 16:42:02 +00:00
parent 5eee8077dd
commit 23d0c52bf4
2 changed files with 463 additions and 410 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
#endif
#if LLVM_VERSION_MAJOR > 12 || (LLVM_VERSION_MAJOR == 12 && LLVM_VERSION_MINOR >= 0 && LLVM_VERSION_PATCH > 0)
#define ODIN_LLVM_MINIMUM_VERSION_12 1
#define ODIN_LLVM_MINIMUM_VERSION_12 0
#else
#define ODIN_LLVM_MINIMUM_VERSION_12 0
#endif