Author: grimar
Date: Wed Aug 14 04:10:01 2019
New Revision: 368825
URL: http://llvm.org/viewvc/llvm-project?rev=368825&view=rev
Log:
[clang] - An update after LLVM change.
SectionRef::getName() was changed to return Expected<> (D66089)
Modified:
cfe/trunk/lib/CodeGen/ObjectFilePCHContainerOp
Author: grimar
Date: Wed Mar 27 04:00:03 2019
New Revision: 357061
URL: http://llvm.org/viewvc/llvm-project?rev=357061&view=rev
Log:
Revert the r348352 "[clang] - Simplify tools::SplitDebugName."
This partially reverts the r348352 (https://reviews.llvm.org/D55006)
because of https://bugs.llvm.org
Author: grimar
Date: Wed Dec 5 03:09:10 2018
New Revision: 348352
URL: http://llvm.org/viewvc/llvm-project?rev=348352&view=rev
Log:
[clang] - Simplify tools::SplitDebugName.
This is an updated version of the D54576, which was reverted.
Problem was that SplitDebugName calls the InputInfo::getFil
Author: grimar
Date: Thu Nov 15 23:59:24 2018
New Revision: 347035
URL: http://llvm.org/viewvc/llvm-project?rev=347035&view=rev
Log:
[clang] - Simplify tools::SplitDebugName.
This should be NFC change.
SplitDebugName recently started to accept the `Output` that
can be used to simplify the logic
Author: grimar
Date: Wed Nov 14 01:22:16 2018
New Revision: 346837
URL: http://llvm.org/viewvc/llvm-project?rev=346837&view=rev
Log:
[Clang] - Add '-gsplit-dwarf[=split,=single]' version for '-gsplit-dwarf'
option.
The DWARF5 specification says(Appendix F.1):
"The sections that do not require r
Author: grimar
Date: Wed Jul 26 02:10:17 2017
New Revision: 309088
URL: http://llvm.org/viewvc/llvm-project?rev=309088&view=rev
Log:
Update after LLVM change r309087
Modified:
cfe/trunk/lib/Driver/Driver.cpp
cfe/trunk/lib/FrontendTool/ExecuteCompilerInvocation.cpp
cfe/trunk/tools/driv
Author: grimar
Date: Tue Jan 17 09:45:31 2017
New Revision: 292227
URL: http://llvm.org/viewvc/llvm-project?rev=292227&view=rev
Log:
[Clang] - Update code to match upcoming llvm::zlib API.
D28684 changed llvm::zlib to return Error instead of Status.
It was accepted and committed in r292214, but t
Author: grimar
Date: Fri May 27 07:15:25 2016
New Revision: 270985
URL: http://llvm.org/viewvc/llvm-project?rev=270985&view=rev
Log:
Update for following LLVM commit.
It will be:
Recommit 270977 - [llvm-mc] - Teach llvm-mc to generate zlib styled compression
sections.
Modified:
cfe/trunk/to
grimar abandoned this revision.
grimar added a comment.
r251415 fixes this in another way.
http://reviews.llvm.org/D13203
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
grimar updated this revision to Diff 36271.
grimar added a comment.
Added comment per review request.
http://reviews.llvm.org/D13203
Files:
ASTContext.cpp
Index: ASTContext.cpp
===
--- ASTContext.cpp
+++ ASTContext.cpp
@@ -364,1
grimar created this revision.
grimar added reviewers: rsmith, echristo.
grimar added subscribers: cfe-commits, grimar.
Microsoft Visual Studio Community 2015
Version 14.0.23107.0 D14REL
When building in release mode, MSVS failed with:
57>c:\access_softek\llvm\tools\clang\lib\ast\astcontext.cpp(3
11 matches
Mail list logo