search for: clangcc1asoptions

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

2013 Nov 02
2
[LLVMdev] Clang can't be built out of tree on windows
...llvmdev is in hope of getting the attention of more CMake ninjas (I'm not subscribed to this list so please reply to all). By "out of source" I mean llvm at c:/llvm and clang at c:/clang and both are configured separately so that I get two solutions. Basically ClangDriverOptions and ClangCC1AsOptions will fail saying: 'C:\llvm-build\bin\\llvm-tblgen.exe' is not recognized as an internal or external command This is correct, because the actual path to tblgen has Debug in it (bin\Debug\llvm-tblgen), it should go right between those two backlashes (bin\\). Only these two project call llvm-...