Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit ed8eaff

Browse files
committed
Update comment
1 parent ae18594 commit ed8eaff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime-tools/linux/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ if type apt > /dev/null 2> /dev/null; then
130130
done
131131

132132
# If specifying symbolizer, exe name must be a "known symbolizer".
133-
# Using `llvm-symbolizer` works for clang 8 .. 10.
133+
# Using `llvm-symbolizer` works for clang 8 .. 12.
134134
sudo ln -f -s $(which llvm-symbolizer-12) $LLVM_SYMBOLIZER_PATH
135135
fi
136136

0 commit comments

Comments
 (0)