Skip to content

Commit

Permalink
Add note to remove fix after upgrading to LLVM 16
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com>
  • Loading branch information
jdno and marcoieni authored Oct 30, 2024
1 parent c6137d2 commit bf2fd22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible/roles/dev-desktop/tasks/fix_llvm_55575.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# lldb 14 fails to load Python modules due to a wrong path. The workaround for
# this issue is to symlink the modules to the path that lldb expects.
# https://github.com/llvm/llvm-project/issues/55575
#
# This fix can be removed once we move to llvm 16

- name: Find all lldb Python files
ansible.builtin.find:
Expand Down

0 comments on commit bf2fd22

Please sign in to comment.