Skip to content

Commit

Permalink
build-llvm.py: Update known good revision
Browse files Browse the repository at this point in the history
Qualified with https://github.com/nathanchance/llvm-kernel-testing.

Signed-off-by: Nathan Chancellor <nathan@kernel.org>
  • Loading branch information
nathanchance committed Jan 10, 2022
1 parent 22c3211 commit d8e5196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-llvm.py
Expand Up @@ -16,7 +16,7 @@
from urllib.error import URLError

# This is a known good revision of LLVM for building the kernel
GOOD_REVISION = '4b1fde8a2b681dad2ce0c082a5d6422caa06b0bc'
GOOD_REVISION = '08f70adedb775ce6d41a1f8ad75c4bac225efb5b'


class Directories:
Expand Down

0 comments on commit d8e5196

Please sign in to comment.