JasonLunn (Jason Lunn)
- Login: JasonLunn
- Registered on: 02/08/2024
- Last sign in: 02/08/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
02/09/2024
-
05:54 PM Ruby Bug #20248: Ruby does not build with ASAN support with clang
- kjtsanaktsidis (KJ Tsanaktsidis) wrote in #note-1:
> Yeah I know asan is broken. I’m currently working on fixing it.
> ...
Also, can you see if you're still stuck on a fix if you build LLVM from head? [eugenis](https://github.com/eugen... -
02:22 PM Ruby Bug #20248: Ruby does not build with ASAN support with clang
- kjtsanaktsidis (KJ Tsanaktsidis) wrote in #note-1:
> Yeah I know asan is broken. I’m currently working on fixing it.
> ...
What optimizations do you mean?
In the meantime, since this is known issue, I've opened https://github.com/ru...
02/08/2024
-
11:01 PM Ruby Bug #20248 (Closed): Ruby does not build with ASAN support with clang
- The [instructions](https://github.com/ruby/ruby/blob/master/doc/contributing/building_ruby.md) for building Ruby with ASAN enabled do not work when using clang to build.
Given a trivial Dockerfile such as:
```
FROM gcr.io/clang-dock...