We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6137d2 commit bf2fd22Copy full SHA for bf2fd22
ansible/roles/dev-desktop/tasks/fix_llvm_55575.yml
@@ -3,6 +3,8 @@
3
# lldb 14 fails to load Python modules due to a wrong path. The workaround for
4
# this issue is to symlink the modules to the path that lldb expects.
5
# https://github.com/llvm/llvm-project/issues/55575
6
+#
7
+# This fix can be removed once we move to llvm 16
8
9
- name: Find all lldb Python files
10
ansible.builtin.find:
0 commit comments