[PATCH] Fix path concatenation in HeaderSearch

Rafael EspĂ­ndola rafael.espindola at gmail.com
Fri May 9 12:06:10 PDT 2014


On 9 May 2014 14:59, Yaron Keren <yaron.keren at gmail.com> wrote:
> // REQUIRES: system-windows
>
> run on Windows 7 results in
>
> UNSUPPORTED: LLVM :: Other/path-seperator.c (1 of 1)
>
> what feature work with requires? In other test I have seen REQUIRES: asserts, zlib, nozlib but no OS example.
>

Strange. Andrea added this in r207576. It should be true when Python's
platform.system() returns 'Windows'. What do you get if you run

print platform.system()

in the Python interpreter?

Cheers,
Rafael



More information about the cfe-commits mailing list