mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-22 04:55:50 -04:00
![]() this reverts r297116 because it breaks the unittests and TestCompDirSymlink. The ModuleCache unit test is trivially fixable, but the CompDirSymlink failure is a symptom of a deeper problem: llvm's stat functionality is not a drop-in replacement for lldb's. The former is based on stat(2) (which does symlink resolution), while the latter is based on lstat(2) (which does not). This also reverts subsequent build fixes (r297128, r297120, 297117) and r297119 (Remove FileSpec dependency on FileSystem) which builds on top of this. llvm-svn: 297139 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
lldb-python.h | ||
PythonDataObjects.cpp | ||
PythonDataObjects.h | ||
PythonExceptionState.cpp | ||
PythonExceptionState.h | ||
ScriptInterpreterPython.cpp | ||
ScriptInterpreterPython.h |