mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-07 19:14:19 +00:00
Add -build-mode:llvm-ir for -llvm-api backend
This commit is contained in:
@@ -104,6 +104,7 @@ enum BuildModeKind {
|
||||
BuildMode_DynamicLibrary,
|
||||
BuildMode_Object,
|
||||
BuildMode_Assembly,
|
||||
BuildMode_LLVM_IR,
|
||||
};
|
||||
|
||||
enum CommandKind : u32 {
|
||||
|
||||
Reference in New Issue
Block a user