build_dll replace with -build-mode=dll

This commit is contained in:
gingerBill
2017-11-17 20:21:58 +00:00
parent b651466630
commit b0e3a4e276
3 changed files with 74 additions and 51 deletions

View File

@@ -12,6 +12,8 @@ struct BuildContext {
i64 word_size; // Size of a pointer, must be >= 4
i64 max_align; // max alignment, must be >= 1 (and typically >= word_size)
String command;
String opt_flags;
String llc_flags;
String link_flags;