diff options
| author | gingerBill <bill@gingerbill.org> | 2020-02-23 10:04:25 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2020-02-23 10:04:25 +0000 |
| commit | 2180f4a475287546b9230745343ca3e0847525c6 (patch) | |
| tree | f82e982815014bbd315cf4ae2e4f5e122484adfd /src/checker.cpp | |
| parent | bfda1016860942564abdbfe86cbb3487469c8ea5 (diff) | |
Basic work on obj generation
Diffstat (limited to 'src/checker.cpp')
| -rw-r--r-- | src/checker.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/checker.cpp b/src/checker.cpp index bfd2d3149..23e27af87 100644 --- a/src/checker.cpp +++ b/src/checker.cpp @@ -1685,6 +1685,8 @@ void generate_minimum_dependency_set(Checker *c, Entity *start) { str_lit("udivti3"), str_lit("memset"), + str_lit("memcpy"), + str_lit("memmove"), str_lit("memory_compare"), str_lit("memory_compare_zero"), |