mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 23:58:50 +00:00
Rename tilde_backend* files to tilde*
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ gb_global Timings global_timings = {0};
|
|||||||
#include "docs.cpp"
|
#include "docs.cpp"
|
||||||
|
|
||||||
#if defined(GB_SYSTEM_WINDOWS)
|
#if defined(GB_SYSTEM_WINDOWS)
|
||||||
#include "tilde_backend.cpp"
|
#include "tilde.cpp"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "llvm_backend.cpp"
|
#include "llvm_backend.cpp"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#include "tilde_backend.hpp"
|
#include "tilde.hpp"
|
||||||
|
|
||||||
// returns TB_TYPE_VOID if not trivially possible
|
// returns TB_TYPE_VOID if not trivially possible
|
||||||
gb_internal TB_DataType cg_data_type(Type *t) {
|
gb_internal TB_DataType cg_data_type(Type *t) {
|
||||||
Reference in New Issue
Block a user