Skip to Content.
Sympa Menu

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

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 (ea26b3dceb54d483218adbdb4d51d479e540c40c)
  • Date: Sun, 5 May 2019 14:04:52 +0000

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

devel/llvm/0001-fix-compile-error-clang.patch | 18 ------------------
devel/llvm/0001-fix-compile-error.patch | 18 ++++++++++++++++++
devel/llvm/HISTORY | 3 +++
3 files changed, 21 insertions(+), 18 deletions(-)

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

devel/llvm: fixed building without clang

diff --git a/devel/llvm/0001-fix-compile-error-clang.patch
b/devel/llvm/0001-fix-compile-error-clang.patch
index c3de92e..19eea8d 100644
--- a/devel/llvm/0001-fix-compile-error-clang.patch
+++ b/devel/llvm/0001-fix-compile-error-clang.patch
@@ -156,21 +156,3 @@ diff --git
a/tools/clang/lib/StaticAnalyzer/Core/PathDiagnostic.cpp a/tools/clan
} else if (Optional<PostImplicitCall> PIE = P.getAs<PostImplicitCall>()) {
return PathDiagnosticLocation(PIE->getLocation(), SMng);
} else if (Optional<CallEnter> CE = P.getAs<CallEnter>()) {
-diff --git a/tools/opt/NewPMDriver.cpp b/tools/opt/NewPMDriver.cpp
---- a/tools/opt/NewPMDriver.cpp
-+++ b/tools/opt/NewPMDriver.cpp
-@@ -245,11 +245,11 @@
- else
- P = None;
- }
-- PassInstrumentationCallbacks PIC;
-+ PassInstrumentationCallbacks pic;
- StandardInstrumentations SI;
-- SI.registerCallbacks(PIC);
-+ SI.registerCallbacks(pic);
-
-- PassBuilder PB(TM, P, &PIC);
-+ PassBuilder PB(TM, P, &pic);
- registerEPCallbacks(PB, VerifyEachPass, DebugPM);
-
- // Load requested pass plugins and let them register pass builder
callbacks
diff --git a/devel/llvm/0001-fix-compile-error.patch
b/devel/llvm/0001-fix-compile-error.patch
index 762e74e..50349a5 100644
--- a/devel/llvm/0001-fix-compile-error.patch
+++ b/devel/llvm/0001-fix-compile-error.patch
@@ -317,3 +317,21 @@ diff --git a/lib/Passes/StandardInstrumentations.cpp
b/lib/Passes/StandardInstru
+ PrintIR.registerCallbacks(pic);
+ TimePasses.registerCallbacks(pic);
}
+diff --git a/tools/opt/NewPMDriver.cpp b/tools/opt/NewPMDriver.cpp
+--- a/tools/opt/NewPMDriver.cpp
++++ b/tools/opt/NewPMDriver.cpp
+@@ -245,11 +245,11 @@
+ else
+ P = None;
+ }
+- PassInstrumentationCallbacks PIC;
++ PassInstrumentationCallbacks pic;
+ StandardInstrumentations SI;
+- SI.registerCallbacks(PIC);
++ SI.registerCallbacks(pic);
+
+- PassBuilder PB(TM, P, &PIC);
++ PassBuilder PB(TM, P, &pic);
+ registerEPCallbacks(PB, VerifyEachPass, DebugPM);
+
+ // Load requested pass plugins and let them register pass builder
callbacks
diff --git a/devel/llvm/HISTORY b/devel/llvm/HISTORY
index 99b6d23..8e5e947 100644
--- a/devel/llvm/HISTORY
+++ b/devel/llvm/HISTORY
@@ -1,3 +1,6 @@
+2019-05-05 Pavel Vinogradov <public AT sourcemage.org>
+ * 0001-fix-compile-error{,-clang}.patch: fixed building without clang
+
2019-04-12 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: fix lld's source url




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ea26b3dceb54d483218adbdb4d51d479e540c40c), Pavel Vinogradov, 05/05/2019

Archive powered by MHonArc 2.6.24.

Top of Page