diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2022-06-17 18:10:00 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2022-06-17 18:10:00 -0700 |
| commit | 0556a2ba53b8bbb1a60ff31d8dcdde78a8b16727 (patch) | |
| tree | c691076f8f43db00ba0c6e58afebb1300ea4093e /src/Compilation.zig | |
| parent | 3efc229bbf8aaec9de54a702054b091bf890d56e (diff) | |
| download | zig-0556a2ba53b8bbb1a60ff31d8dcdde78a8b16727.tar.gz zig-0556a2ba53b8bbb1a60ff31d8dcdde78a8b16727.zip | |
compiler-rt: finish cleanups
Finishes cleanups that I started in other commits in this branch.
* Use common.linkage for all exports instead of redoing the logic in
each file.
* Remove pointless `@setRuntimeSafety` calls.
* Avoid redundantly exporting multiple versions of functions. For
example, if PPC wants `ceilf128` then don't also export `ceilq`;
similarly if ARM wants `__aeabi_ddiv` then don't also export
`__divdf3`.
* Use `inline` for helper functions instead of making inline calls at
callsites.
Diffstat (limited to 'src/Compilation.zig')
0 files changed, 0 insertions, 0 deletions
