Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (63590fa6b5f260d49475ba330ee80309cc6fe4a7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (63590fa6b5f260d49475ba330ee80309cc6fe4a7)
  • Date: Fri, 20 Sep 2019 19:43:38 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

devel/llvm/0001-fix-compile-error.patch | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 63590fa6b5f260d49475ba330ee80309cc6fe4a7
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

devel/llvm: added forgotten chunk to the PIC patch

diff --git a/devel/llvm/0001-fix-compile-error.patch
b/devel/llvm/0001-fix-compile-error.patch
index c6cafe2..4e7317e 100644
--- a/devel/llvm/0001-fix-compile-error.patch
+++ b/devel/llvm/0001-fix-compile-error.patch
@@ -72,7 +72,7 @@ index 37b9c4b..19742d2 100644
DT, TLI, L, CurAST.get(), MSSAU.get(), &SafetyInfo, ORE);
}

-@@ -1749,7 +1749,7 @@
+@@ -1749,13 +1749,13 @@
const SmallSetVector<Value *, 8> &PMA,
SmallVectorImpl<BasicBlock *> &LEB,
SmallVectorImpl<Instruction *> &LIP,
@@ -81,6 +81,13 @@ index 37b9c4b..19742d2 100644
AliasSetTracker &ast, MemorySSAUpdater *MSSAU, LoopInfo &li,
DebugLoc dl, int alignment, bool UnorderedAtomic,
const AAMDNodes &AATags, ICFLoopSafetyInfo &SafetyInfo)
+ : LoadAndStorePromoter(Insts, S), SomePtr(SP),
PointerMustAliases(PMA),
+ LoopExitBlocks(LEB), LoopInsertPts(LIP), MSSAInsertPts(MSSAIP),
+- PredCache(PIC), AST(ast), MSSAU(MSSAU), LI(li), DL(std::move(dl)),
++ PredCache(pic), AST(ast), MSSAU(MSSAU), LI(li), DL(std::move(dl)),
+ Alignment(alignment), UnorderedAtomic(UnorderedAtomic),
AATags(AATags),
+ SafetyInfo(SafetyInfo) {}
+
@@ -1851,7 +1851,7 @@
const SmallSetVector<Value *, 8> &PointerMustAliases,
SmallVectorImpl<BasicBlock *> &ExitBlocks,



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (63590fa6b5f260d49475ba330ee80309cc6fe4a7), Pavel Vinogradov, 09/20/2019

Archive powered by MHonArc 2.6.24.

Top of Page