Skip to content

Commit f6b9e39

Browse files
dmakarovLucasSte
authored andcommitted
[SOL] Add lldb to enabled projects in [llvm] section of config.toml
1 parent a93ea67 commit f6b9e39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ link-shared = false
106106
#allow-old-toolchain = false
107107

108108
# Which LLVM projects to build along with the LLVM base libraries/tools
109-
enable-projects = "clang;lld"
109+
enable-projects = "clang;lld;lldb"
110110

111111
# =============================================================================
112112
# General build configuration options
@@ -230,7 +230,7 @@ docs = false
230230
[install]
231231

232232
# Instead of installing to /usr/local, install to this path instead.
233-
prefix = "opt/bpf-rust"
233+
prefix = "opt/sbf-rust"
234234

235235
# Where to install system configuration files
236236
# If this is a relative path, it will get installed in `prefix` above

0 commit comments

Comments
 (0)