Skip to content

Commit

Permalink
Merge pull request #726 from nathanchance/fix-clang-android-pt-2
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanchance committed Mar 7, 2024
2 parents 36e505a + 1887ad7 commit 2fd0d11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ def get_requested_llvm_version():
llvm_tot_version = str(int(file.read())).strip()
if ver == llvm_tot_version:
return 'clang-nightly'
if ver == 'android':
return 'clang-android'
return f"korg-clang-{ver}"


Expand Down

0 comments on commit 2fd0d11

Please sign in to comment.