2014-06-06 10:58 GMT+04:00 Alp Toker <[email protected]>: > Modified: cfe/trunk/lib/Frontend/CompilerInstance.cpp > URL: > http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Frontend/CompilerInstance.cpp?rev= > 210313&r1=210312&r2=210313&view=diff > > ============================================================================== > --- cfe/trunk/lib/Frontend/CompilerInstance.cpp (original) > +++ cfe/trunk/lib/Frontend/CompilerInstance.cpp Fri Jun 6 01:58:25 2014 > @@ -16,6 +16,7 @@ > #include "clang/Basic/SourceManager.h" > #include "clang/Basic/TargetInfo.h" > #include "clang/Basic/Version.h" > +#include "clang/Config/config.h" > #include "clang/Frontend/ChainedDiagnosticConsumer.h" > #include "clang/Frontend/FrontendAction.h" > #include "clang/Frontend/FrontendActions.h" > @@ -709,9 +710,7 @@ bool CompilerInstance::ExecuteAction(Fro > // Validate/process some options. > if (getHeaderSearchOpts().Verbose) > OS << "clang -cc1 version " CLANG_VERSION_STRING > -#ifdef PACKAGE_STRING > - << " based upon " << PACKAGE_STRING > -#endif > + << " based upon " << BACKEND_PACKAGE_STRING > << " default target " << llvm::sys::getDefaultTargetTriple() << > "\n"; > > if (getFrontendOpts().ShowTimers) >
Is the removal of #ifdef intentional?
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
