search for: cmtc_2c376

Displaying 1 result from an estimated 1 matches for "cmtc_2c376".

2018 Nov 06
3
Trying to cross-compile LLVM runtimes to Windows
.../bd9bfc644954a48b1bf7ea18fc260a1231840671) > > I managed to workaround this issue by symlinking llvm-rc as rc. > However, that's not sufficient because CMake uses following invocation > (https://github.com/Kitware/CMake/blob/master/Source/cmcmd.cxx#L1815): > > rc /foCMakeFiles/cmTC_2c376.dir/manifest.res > 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: > htt...