Displaying 1 result from an estimated 1 matches for "p8113".
Did you mean:
8113
2018 Nov 06
3
Trying to cross-compile LLVM runtimes to Windows
...CMakeFiles/cmTC_2c376.dir/manifest.rc
>
> llvm-rc option parses requires /fo option argument to be separate.
> I've modified the flag to support both joined and separate value which
> helped getting past that error, but I immediately hit another error:
> https://reviews.llvm.org/P8113
>
> The problem seems to be that the .rc file generated by CMake contains
> an absolute path to the resource, but llvm-rc expects the path to be
> always relative. However, I couldn't fine any documentation that would
> explain whether that's a requirement and it's CMake&...