[cfe-dev] Stripped-down Clang/LLVM

Daniel Kudrow dkudrow at gmail.com
Sun Mar 3 13:31:47 PST 2013


Hi all,
I'm modifying Clang and LLVM to build a compiler for a c-like
language. I would like to remove as much of the codebase that I am not
using as I can to bring down size and debugging time. I can do without
all of the Objective C and C++ specific elements of Clang and much of
the target specific code in both Clang and LLVM. Before I spend an
entire day hacking away at the Makefiles, has anyone done this
already? Are there modules that I shouldn't waste my time trying to
extricate from source tree?

Thanks in advance,
Dani



More information about the cfe-dev mailing list