diff --git a/projects/hip/hipify-clang/README.md b/projects/hip/hipify-clang/README.md index e3e26af390..37a1645c4b 100644 --- a/projects/hip/hipify-clang/README.md +++ b/projects/hip/hipify-clang/README.md @@ -49,12 +49,14 @@ | 5.0.2 | 8.0 | + | + | | 6.0.0 | 9.0 | + | + | | **6.0.1** | **9.0** | +
**LATEST STABLE RELEASE** | + | -| 7.0.0 | 9.2 | -
not working due to
the clang's bug [38811](https://bugs.llvm.org/show_bug.cgi?id=38811) | -
not working due to
the clang's bug [36384](https://bugs.llvm.org/show_bug.cgi?id=36384) | -| 7.0.1 | 9.2 | -
not working due to
the clang's bug [38811](https://bugs.llvm.org/show_bug.cgi?id=38811) | -
not working due to
the clang's bug [36384](https://bugs.llvm.org/show_bug.cgi?id=36384) | +| 7.0.0 | 9.2 | -
not working due to
the clang's bug [38811](https://bugs.llvm.org/show_bug.cgi?id=38811)
+
[patch](patches/patch_for_clang_7.0.0_bug_38811.zip)*
| -
not working due to
the clang's bug [36384](https://bugs.llvm.org/show_bug.cgi?id=36384) | +| 7.0.1 | 9.2 | -
not working due to
the clang's bug [38811](https://bugs.llvm.org/show_bug.cgi?id=38811)
+
[patch](patches/patch_for_clang_7.0.1_bug_38811.zip)*
| -
not working due to
the clang's bug [36384](https://bugs.llvm.org/show_bug.cgi?id=36384) | | 7.1.0 | 9.2 (?) | -
LLVM 7.1.0
is not yet released | -
LLVM 7.1.0
is not yet released | -| **8.0.0** | **10.0** | -
not working due to
the clang's bug [38811](https://bugs.llvm.org/show_bug.cgi?id=38811) | +
**LATEST STABLE RELEASE** | +| **8.0.0** | **10.0** | -
not working due to
the clang's bug [38811](https://bugs.llvm.org/show_bug.cgi?id=38811)
+
[patch](patches/patch_for_clang_8.0.0_bug_38811.zip)*
| +
**LATEST STABLE RELEASE** | | 8.0.1 | 10.1 (?) | -
LLVM 8.0.1
is not yet released | -
LLVM 8.0.1
is not yet released | +`*` Download the patch and unpack it into your LLVM distributive directory; a few header files will be overwritten; rebuilding of LLVM is not needed. + In most cases, you can get a suitable version of LLVM+CLANG with your package manager. Failing that or having multiple versions of LLVM, you can [download a release archive](http://releases.llvm.org/), build or install it, and set diff --git a/projects/hip/hipify-clang/patches/patch_for_clang_7.0.0_bug_38811.zip b/projects/hip/hipify-clang/patches/patch_for_clang_7.0.0_bug_38811.zip new file mode 100644 index 0000000000..28205a2645 Binary files /dev/null and b/projects/hip/hipify-clang/patches/patch_for_clang_7.0.0_bug_38811.zip differ diff --git a/projects/hip/hipify-clang/patches/patch_for_clang_7.0.1_bug_38811.zip b/projects/hip/hipify-clang/patches/patch_for_clang_7.0.1_bug_38811.zip new file mode 100644 index 0000000000..fca5bf52e3 Binary files /dev/null and b/projects/hip/hipify-clang/patches/patch_for_clang_7.0.1_bug_38811.zip differ diff --git a/projects/hip/hipify-clang/patches/patch_for_clang_8.0.0_bug_38811.zip b/projects/hip/hipify-clang/patches/patch_for_clang_8.0.0_bug_38811.zip new file mode 100644 index 0000000000..be1cea6a03 Binary files /dev/null and b/projects/hip/hipify-clang/patches/patch_for_clang_8.0.0_bug_38811.zip differ