[Lldb-commits] [PATCH] Fix broken test suite on Windows after r223091

Greg Clayton clayborg at gmail.com
Tue Dec 2 15:26:23 PST 2014


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






More information about the lldb-commits mailing list