[all-commits] [llvm/llvm-project] 5024a6: [flang][preprocessor] Support __TIMESTAMP__ (#98057)
Peter Klausler via All-commits
all-commits at lists.llvm.org
Thu Jul 11 12:54:05 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5024a6ec974536596b3d51895e73462f2f71dc0d
https://github.com/llvm/llvm-project/commit/5024a6ec974536596b3d51895e73462f2f71dc0d
Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
Date: 2024-07-11 (Thu, 11 Jul 2024)
Changed paths:
M flang/include/flang/Parser/provenance.h
M flang/lib/Parser/preprocessor.cpp
M flang/lib/Parser/provenance.cpp
A flang/test/Preprocessing/timestamp.F90
Log Message:
-----------
[flang][preprocessor] Support __TIMESTAMP__ (#98057)
Support the predefined macro __TIMESTAMP__ as interpreted by GCC. It
expands to a character literal with the time of last modification of the
top-level source file in asctime(3) format, e.g. "Tue Jul 4 10:18:05
1776".
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list