-
Consider the following snippets:
```c
// foo.c
#include
void* rbx;
void Foo()
{
char buf[40];
fgets(buf, 40, stdin);
asm("movq $0x42, %0\n\t" : "=b"(rbx));
// Or equiv…
-
```
What steps will reproduce the problem?
1. using the 'make' command to compile the toolchain (get on the svn
repository)
2.
3.
What is the expected output? What do you see instead?
I had lot of …
-
```
What steps will reproduce the problem?
1. using the 'make' command to compile the toolchain (get on the svn
repository)
2.
3.
What is the expected output? What do you see instead?
I had lot of …
-
```
What steps will reproduce the problem?
1. using the 'make' command to compile the toolchain (get on the svn
repository)
2.
3.
What is the expected output? What do you see instead?
I had lot of …
-
When I open the project there seems to be a missing file called tripit-api-res-v1.cs. Has anyone tried building this project?
-
| | |
|--------------------|----|
| Bugzilla Link | [PR16594](https://bugs.llvm.org/show_bug.cgi?id=16594) |
| Status | NEW |
| Importance | P normal |
|…
-
### 🐛 Describe the bug
With a weird (see [here](https://github.com/pytorch/pytorch/actions/runs/11568790721/job/32213593951) )
```
MakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Ru…
-
I get these failures when running LLVM tests without X86 target:
```
Failed Tests (5):
LLVM :: tools/llvm-debuginfo-analyzer/WebAssembly/01-wasm-compare-logical-elements.test
LLVM :: tools/llv…
-
```
What steps will reproduce the problem?
1. using the 'make' command to compile the toolchain (get on the svn
repository)
2.
3.
What is the expected output? What do you see instead?
I had lot of …
-
Hi!
Compile the following code with `-O2 -fPIC -march=armv7-a -mthumb`:
```cpp
void * this_ptr;
void (*call_enter_ptr)(void * this_);
__attribute__((naked))
void raw_call_enter() {
#if defi…