You will actually want to set this correctly for windows. To find out what
settings to use use:
cd test/lang/c/shared_lib
make
Then look for the shared library that was created "libfoo.dll"? If so your
setup would be:
```
elif sys.platform.startswith('windows'):
cls.platformContext = _PlatformContext('PATH', 'lib', 'dll')
```
REPOSITORY
rL LLVM
http://reviews.llvm.org/D6484
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits