[llvm-dev] Cannot build Clang/LLVM on Windows with LLVM_BUILD_LLVM_DYLIB

Joerg Sonnenberger via llvm-dev llvm-dev at lists.llvm.org
Sun Jun 11 12:56:26 PDT 2017


On Sun, Jun 11, 2017 at 12:04:25PM +0800, biologi spm via llvm-dev wrote:
> This is quite similar with gcc.exe, g++.exe, c++.exe and cpp.exe in
> GCC, but these GCC drivers are much smaller  (each around 600KB to
> 900KB) and they all call another program cc1.exe or cc1plus,exe (each
> around 20MB). Therefore, GCC toolchain is much smaller.
> 
> Can Clang/LLVM add a configuration similar to GCC?

You should be able to replace clang++.exe and clang-cpp.exe with a
trivial program that uses execvp with clang.exe as file and argv as
given to the program.

Joerg


More information about the llvm-dev mailing list