Skip to content

Commit

Permalink
Bump LLVM version to 506c47df00bbd9e527ecc5ac6e192b5fe5daa2c5
Browse files Browse the repository at this point in the history
  • Loading branch information
vwbaker committed Nov 20, 2023
1 parent 3422be9 commit 3cc1a5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion llvm-hash.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4983432f17eb4b445e161c5f8278c6ea4d5d1241
506c47df00bbd9e527ecc5ac6e192b5fe5daa2c5
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def get_llvm_package_info():
return Package("llvm", "LLVM-C.lib", "", "LLVM_INCLUDE_DIRS", "LLVM_LIBRARY_DIR", "LLVM_SYSPATH")
# use_assert_enabled_llvm = check_env_flag("TRITON_USE_ASSERT_ENABLED_LLVM", "False")
# release_suffix = "assert" if use_assert_enabled_llvm else "release"
rev = "4983432f"
rev = "506c47df"
name = f"llvm-{rev}-{system_suffix}"
url = f"https://tritonlang.blob.core.windows.net/llvm-builds/{name}.tar.gz"
return Package("llvm", name, url, "LLVM_INCLUDE_DIRS", "LLVM_LIBRARY_DIR", "LLVM_SYSPATH")
Expand Down

0 comments on commit 3cc1a5b

Please sign in to comment.