Skip to content

Commit 017f56e

Browse files
digantdesaifacebook-github-bot
authored andcommitted
Optional install instruction for lld
Summary: Ran into this with devserver on Linux. `lld` might not be installed for Centos8 with clang I guess. Created from CodeHub with https://fburl.com/edit-in-codehub Reviewed By: larryliu0820 Differential Revision: D47884220 fbshipit-source-id: f3ed0db564cda8fe8cfd87f421f6e30058a19bd9
1 parent 1907ecf commit 017f56e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/website/docs/tutorials/00_setting_up_executorch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@ You may want to copy the `buck2` binary into your `$PATH` so you can run it as `
9494

9595
The `--show-output` flag will print the path to the executable if you want to run it directly.
9696

97+
If you run into `Stderr: clang-14: error: invalid linker name in argument '-fuse-ld=lld'`, do
98+
```bash
99+
conda install -c conda-forge lld
100+
```
101+
97102
**Step 3: Run a binary**
98103

99104
```bash

0 commit comments

Comments
 (0)