Commit a665f31
authored
doc: Fix the build guide for openSUSE (#5393)
On openSUSE, LLVM/Clang static libraries are not provided by default.
This causes CMake to fail with "unknown component LLVMBitWriter" when
building bcc. To fix this, add `-DENABLE_LLVM_SHARED=1` in the build
instructions for openSUSE.
Signed-off-by: Hoyeon Lee <[email protected]>1 parent 52d2d09 commit a665f31
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
532 | 532 | | |
533 | 533 | | |
534 | 534 | | |
535 | | - | |
| 535 | + | |
536 | 536 | | |
537 | 537 | | |
538 | 538 | | |
| |||
0 commit comments