-
Stumbled upon this just a moment ago.
Trying to issue posix_spawn system call. Here's the schematic:
rdi: pointer to a int where to store the spawned process' pid.
rsi: path
rdx: pointer to a st…
-
```
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 …
-
Hello,
I get the following error :
-----------%
-
Setting up gcc to create an (Intel syntax) assembly listing file allows to request "a high-level language listing", though it is written that `-g` needs to be specified for this. Most of the parameter…
-
why do we have LIBC_INLINE_ASM? Throwing volatile on every asm is a pessimization. It generally prevents CSE which is bad.
> asm statements that have no output operands and asm goto statements, are…
-
| | |
| --- | --- |
| Bugzilla Link | [39269](https://llvm.org/bz39269) |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @francisvm,@pogo59,@rnk |
## Ext…
-
The test is for https://github.com/google/sanitizers/issues/454
```
Thread 3 (Thread 0x7f10133fe6c0 (LWP 3379986) "getline_nohang."):
#0 0x00007f101691a7dc in __GI___libc_read (nbytes=4096, bu…
-
I am not sure how we should deal with this, don't think this is for the `feat/interpolator` branch to "solve", therefore the issue
> RelWithDebInfo returns faster benchmark results than Release, I …
-
```
What steps will reproduce the problem?
1. ./configure --enable-optimized
2. make ENABLE_OPTIMIZED=1
3.
What is the expected output? What do you see instead?
llvm[1]: Compiling AsmWriter.cpp for …