-
I get a compiler error when I compile the sources.
- **compiler:** clang version 18.1.6
- **standard library:** MSVC version 14.35.32215
- **OS**: Windows 11 version 23H2
This is the error I …
-
I opened this issue as an LLVM issue first, but LLVM experts indicated the problem is with the SPIRV-LLVM-Translator:
https://github.com/llvm/llvm-project/issues/68305
Thus I am opening it also here…
-
I tried to run sh script (build-x86_64-windows.sh) on windows, but it just exits without any error at he beginning of script:
$ ./build-x86_64-windows.sh --version v0.8.11 --config release --opencv…
-
This bug exists in all released clang versions with C++20 support up to trunk.
The following code defined classes `Publ`/`Priv`/`Prot` with different visibility of member `x`, and inherit into a te…
-
Right now clang's `--sysroot` argument doesnt do anything on Windows targets. I am cross compiling Windows applications from Linux (using Windows headers and libraries downloaded using [xwin](https://…
-
clang on the following code crashes with flag "-fms-hotpatch"
```cpp
inline void __disable(void){
__asm__ volatile ("cli");
}
int main(){
__disable();
}
```
command line : `"C:\…
-
**Describe the bug**
I get an unhandled python exception if I try to use the `clang-cl` C compiler in a mingw64 shell.
```
The Meson build system
Version: 0.62.99
Source dir: C:/msys64/home/ba…
-
Clang can target Windows, and provides a cl.exe compatible compiler driver to do so. This functionality can be exercised through compiler explorer currently, by specifying (for example) `-target x86_6…
-
When linking in a library with `start-lib` and `end-lib`, `lld-link` would discard a symbol unless it is already seen in the prior objects. It discards the symbol even if the symbol is referenced in a…
-
Below is the program code for test.cpp.
```
#include
#include
using namespace cl::sycl;
int main() {
queue q;
const int size = 1024;
std::vector data(size, 1);
buff…