search for: fofoo

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

Did you mean: ffoo
2017 Oct 24
2
llvm-rc option parsing
...contributors), I've been attempting to cross-compile LLVM for Windows using clang-cl. LLVM's build system embeds resource files for MSVC builds, so I was hoping to use llvm-rc for that portion. cmake invokes the resource compiler with arguments joined to their options (e.g. `/D_WIN32`, `/fofoo.res`, etc.), which rc.exe supports, but llvm-rc expects arguments to be separate. It's simple enough to change that, of course; just change `Separate` to `JoinedOrSeparate` in the options tabledef. Unfortunately, that then causes problems with Unix-style absolute paths; for example, on macOS, `...