-
I want to get the list of symbols with `visibility: normal` but not with `visibility: hidden`. `emnm -j` lists both. I can get this information with `llvm-readobj` but it doesn't work on bitcode. What…
-
### Steps to reproduce the issue
ROCm-enabled Kokkos modulefile is pasted below. The bottom 12 lines of the modulefile are a duplicate of things set by a `rocm` modulefile. Presumably, users will als…
-
In DXIL, the resource metadata includes a ["Pointer to a global constant symbol with the original shape of resource and element type."(https://github.com/microsoft/DirectXShaderCompiler/blob/main/docs…
-
With LLVM v3.6.2 installed via Homebrew (default options, `--with-clang --with-python --with-rtti`) and latest llvmlite from git:
``` sh
$ which clang++
/usr/local/bin/clang++
$ clang++ --version
cl…
-
| | |
| --- | --- |
| Bugzilla Link | [43940](https://llvm.org/bz43940) |
| Version | trunk |
| OS | Linux |
| Attachments | [build.bash](https://user-images.githubusercontent.com/60944935/143760034…
-
Historically we have relied on numba execution engine (MCJIT - based) for executing our MLIR code. The main issue here was that Numba uses different llvm version (much older than ours), to handle this…
-
| | |
| --- | --- |
| Bugzilla Link | [13603](https://llvm.org/bz13603) |
| Version | 3.1 |
| OS | Windows NT |
| Attachments | [Test bitcode](https://user-images.githubusercontent.com/60944935/1437…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR50397](https://bugs.llvm.org/show_bug.cgi?id=50397) |
| Status | NEW |
| Importance | P normal |
|…
-
Testing the app on device (both debug and release targets) works fine.
However, submitting the app to the store and running it fails:
`Exception: Invalid argument(s): Failed to lookup symbol (dl…
-
DirectX 12, like Metal (#4), uses LLVM bitcode as its low-level representation which is actually quite well documented ([DXIL](https://github.com/microsoft/DirectXShaderCompiler/blob/master/docs/DXIL.…