Skip to content

Instantly share code, notes, and snippets.

git clone https://github.com/llvm/llvm-project.git
git tag -l --sort=-creatordate --format='%(creatordate:short): %(refname:short)' | grep "10\."
git checkout llvmorg-10.0.0
cd llvm-project
Refs
====
cc: https://llvm.org/docs/HowToCrossCompileLLVM.html
march: http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.100067_0608_00_en/chr1411547793198.html
@shrkamat
shrkamat / minimalegl_x11.patch
Created February 13, 2020 15:33
Verify minimal egl with X11
diff --git a/src/plugins/platforms/minimalegl/minimalegl.pro b/src/plugins/platforms/minimalegl/minimalegl.pro
index b7dde9069f..bf061003b0 100644
--- a/src/plugins/platforms/minimalegl/minimalegl.pro
+++ b/src/plugins/platforms/minimalegl/minimalegl.pro
@@ -4,7 +4,7 @@ QT += \
core-private gui-private \
eventdispatcher_support-private fontdatabase_support-private egl_support-private
-#DEFINES += QEGL_EXTRA_DEBUG
+DEFINES += QEGL_EXTRA_DEBUG
@shrkamat
shrkamat / aarch64-cross-build.patch
Last active February 12, 2020 09:48
CRIU aarch64-cross
commit 1f511ad12ea3513da6187223b0863831483b7f8a
Author: shrkamat <skamath@synamedia.com>
Date: Wed Feb 12 15:13:40 2020 +0530
Add aarch64 as corss-compile test
diff --git a/compel/arch/aarch64/src/lib/include/uapi/asm/sigframe.h b/compel/arch/aarch64/src/lib/include/uapi/asm/sigframe.h
index bff714cc..1c51ed0e 100644
--- a/compel/arch/aarch64/src/lib/include/uapi/asm/sigframe.h
+++ b/compel/arch/aarch64/src/lib/include/uapi/asm/sigframe.h