Files
zig/src
Andrew Kelley 503ba7b27c start moving zig cc to stage2
* build.zig: repair the ability to link against llvm, clang, and lld
 * move the zig cc arg parsing logic to stage2
   - the preprocessor flag is still TODO
   - the clang arg iterator code is improved to use slices instead of
     raw pointers because it no longer has to deal with an extern
     struct.
 * clean up error printing with a `fatal` function and use log API
   for messages rather than std.debug.print
 * add support for more CLI options to stage2 & update usage text
   - hooking up most of these new options is TODO
 * clean up the way libc and libc++ are detected via command line
   options. target information is used to determine if any of the libc
   candidate names are chosen.
 * add native library directory detection
 * implement the ability to invoke clang from stage2
 * introduce a build_options.have_llvm so we can comptime branch
   on whether LLVM is linked in or not.
2020-09-09 09:28:05 -07:00
..
2020-08-30 19:02:23 -06:00
2019-04-04 22:07:15 -04:00
2019-04-04 22:07:15 -04:00
2018-09-05 23:23:11 -04:00
2019-09-22 15:58:57 -04:00
2020-08-30 19:02:23 -06:00
2020-09-09 09:28:05 -07:00
2020-02-10 21:08:08 -05:00
2016-09-19 11:54:01 -04:00
2020-02-16 19:16:08 -05:00
2020-02-10 21:08:08 -05:00
2020-02-10 21:08:08 -05:00
2020-08-30 19:02:23 -06:00
2020-02-10 21:08:08 -05:00
2020-09-09 09:28:05 -07:00
2020-02-10 21:08:08 -05:00
2020-02-10 21:08:08 -05:00
2020-02-10 21:08:08 -05:00
2020-06-15 22:21:01 +03:00
2020-06-15 18:38:41 +03:00
2020-09-09 09:28:05 -07:00
2020-09-09 09:28:05 -07:00
2020-07-24 20:01:18 +00:00
2020-08-18 01:29:34 -07:00
2020-05-17 12:18:53 -04:00
2020-02-16 19:16:08 -05:00
2020-07-24 20:01:18 +00:00
2018-10-27 11:35:01 -04:00
2020-02-16 13:25:30 -05:00