diff options
author | Kristina Brooks <notstina@gmail.com> | 2019-05-16 21:13:49 +0000 |
---|---|---|
committer | Kristina Brooks <notstina@gmail.com> | 2019-05-16 21:13:49 +0000 |
commit | bd9748424165c24280ec1b2ddbe4e7522b15dc96 (patch) | |
tree | 2af4356cc6139c2b8ad7cd34ad1aa5a74e936c2a /llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | |
parent | 708afb56c125ca4f7db7070e836860076c7eafbc (diff) | |
download | llvm-bd9748424165c24280ec1b2ddbe4e7522b15dc96.zip llvm-bd9748424165c24280ec1b2ddbe4e7522b15dc96.tar.gz llvm-bd9748424165c24280ec1b2ddbe4e7522b15dc96.tar.bz2 |
Reland "[Clang][PP] Add the __FILE_NAME__ builtin macro"
This relands commit rL360833 which caused issues on Win32
bots due to path handling/normalization differences. Now
this uses `sys::path::filename` which should handle
additional edge cases on Win32.
Original commit:
"[Clang][PP] Add the __FILE_NAME__ builtin macro"
This patch adds the __FILE_NAME__ macro that expands to the
last component of the path, similar to __FILE__ except with
a guarantee that only the last path component (without the
separator) will be rendered.
I intend to follow through with discussion of this with WG14
as a potential inclusion in the C standard or failing that,
try to discuss this with GCC developers since this extension
is desired by GCC and Clang users/developers alike.
Differential Revision: https://reviews.llvm.org/D61756
llvm-svn: 360938
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp')
0 files changed, 0 insertions, 0 deletions