Commit e0a281f
fix: Add LLVM 18 tools to PATH and create symlinks
The llvm-18-tools package installs tools in /usr/lib/llvm-18/bin/ rather
than /usr/bin/. This caused llvm-profdata-18 and other tools to not be
found in the PATH.
Fix:
- Add /usr/lib/llvm-18/bin to PATH via /etc/profile.d/
- Create symlinks in /usr/bin for direct access to llvm-profdata-18 and llvm-cov-18
- This ensures tools are accessible regardless of shell configuration
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Haiku 4.5 <[email protected]>1 parent 701f893 commit e0a281f
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
70 | 81 | | |
71 | 82 | | |
72 | 83 | | |
| |||
0 commit comments