Hi, is there a way to generate a standalone clang.exe binary (depending only on a standard windows dlls such as kernel32.dll, msvcrt.dll, advapi32.dll)? I would like to avoid having to build llvm obfuscator each time I setup the environment and prefer just to store clang.exe within a project.
Hi, is there a way to generate a standalone clang.exe binary (depending only on a standard windows dlls such as kernel32.dll, msvcrt.dll, advapi32.dll)? I would like to avoid having to build llvm obfuscator each time I setup the environment and prefer just to store
clang.exe
within a project.