mirror of
https://github.com/intel/llvm.git
synced 2026-01-14 20:10:50 +08:00
fa181f4fdb5f357e4cbc76b3dc9cbf0baa46491e
Add logic to modify-python-lldb to correct swig's transformation of 'char **argv' and 'char **envp' to 'char argv' and 'char envp' by morphing them into the 'list argv' and 'list envp' (as a list of Python strings). llvm-svn: 135114
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%