Skip to content

Conversation

dmpots
Copy link
Collaborator

@dmpots dmpots commented Aug 28, 2025

This is to workaround a dynamic linker bug:
https://sourceware.org/bugzilla/show_bug.cgi?id=33224

We can run tests that use a working ld.so like this:

$ DOTEST_LD_EXTRAS=-Wl,--dynamic-linker=<path/to/working/ld.so> llvm-lit

This is to workaround a dynamic linker bug:
https://sourceware.org/bugzilla/show_bug.cgi?id=33224

We can run tests that use a working ld.so like this:

```
$ DOTEST_LD_EXTRAS=-Wl,--dynamic-linker=<path/to/working/linker> llvm-lit
```
@walter-erquinigo
Copy link
Collaborator

I think you can safely upstream this with some additional documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants