mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-26 23:44:58 -07: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"
|
||||
|
||||
#if defined(GB_SYSTEM_WINDOWS)
|
||||
#include "tilde_backend.cpp"
|
||||
#include "tilde.cpp"
|
||||
#endif
|
||||
|
||||
#include "llvm_backend.cpp"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "tilde_backend.hpp"
|
||||
#include "tilde.hpp"
|
||||
|
||||
// returns TB_TYPE_VOID if not trivially possible
|
||||
gb_internal TB_DataType cg_data_type(Type *t) {
|
||||
Reference in New Issue
Block a user