[TESTS][BUILD] now using llvm @ 8e5a41e8271f (#1282)

Now we also use the FileTest utility packaged with llvm pre-built binaries
This commit is contained in:
Philippe Tillet
2023-03-05 17:23:00 -08:00
committed by GitHub
parent 0f82fac60e
commit ff94e34430
6 changed files with 10 additions and 895 deletions

View File

@@ -69,7 +69,7 @@ def get_llvm_package_info():
use_assert_enabled_llvm = check_env_flag("TRITON_USE_ASSERT_ENABLED_LLVM", "False")
release_suffix = "assert" if use_assert_enabled_llvm else "release"
name = f'llvm+mlir-17.0.0-x86_64-{system_suffix}-{release_suffix}'
url = f"https://github.com/ptillet/triton-llvm-releases/releases/download/llvm-17.0.0-37b7a60cd74b/{name}.tar.xz"
url = f"https://github.com/ptillet/triton-llvm-releases/releases/download/llvm-17.0.0-8e5a41e8271f/{name}.tar.xz"
return Package("llvm", name, url, "lib", "LLVM_INCLUDE_DIRS", "LLVM_LIBRARY_DIR", "LLVM_SYSPATH")