perry-ca wrote: Should check out clang/test/Preprocessor/SOURCE_DATE_EPOCH.c too. It uses clang-target-64-bits for the same purpose. Any changes should be applied there too.
Should we introduce a `system-64-bits` feature? Technically, the dependency isn't on whether the target triple is 64-bit but whether the time_t in clang is 64-bit. https://github.com/llvm/llvm-project/pull/210341 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
