This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
NewerOlder