Add a platform independent version of __PRETTY_FUNCTION__.
authorZachary Turner <zturner@google.com>
Tue, 9 Aug 2016 22:03:45 +0000 (22:03 +0000)
committerZachary Turner <zturner@google.com>
Tue, 9 Aug 2016 22:03:45 +0000 (22:03 +0000)
commite7c2875dc312a1146e5bfa3ae065a62c89b9e7cf
treef4b10a9c4b7746a176de2296d991d3d34cd3e0d5
parent8ec04577d6e559b80dc2c7ec1ed11568dbdcddd8
Add a platform independent version of __PRETTY_FUNCTION__.

MSVC doesn't have this, it only has __FUNCSIG__.  So this adds
a new macro called LLVM_PRETTY_FUNCTION which evaluates to the
right thing on any platform.

llvm-svn: 278170
llvm/include/llvm/Support/Compiler.h