This file contains 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
From a4a400549761cba03af4a6a14caeb3785255a1e3 Mon Sep 17 00:00:00 2001 | |
From: Joey Jiao <[email protected]> | |
Date: Sun, 27 Oct 2019 13:39:43 +0800 | |
Subject: [PATCH] AFL: Enable AFL by global paths | |
Change-Id: Iede00c60802f7b4856cde6d3b3c27201a68f3e5f | |
--- | |
android/config.go | 21 +++++++++++++++++++++ | |
android/variable.go | 4 ++++ | |
cc/builder.go | 11 +++++++++++ |
This file contains 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 bisect shows bad commit: 406e308770a92bd33995b2e5b681e86358328bb0 | |
commit 406e308770a92bd33995b2e5b681e86358328bb0 | |
Author: James Morse <[email protected]> | |
Date: Fri Feb 5 14:58:47 2016 +0000 | |
arm64: add ARMv8.2 id_aa64mmfr2 boiler plate | |
ARMv8.2 adds a new feature register id_aa64mmfr2. This patch adds the | |
cpu feature boiler plate used by the actual features in later patches. |