[cfe-commits] Makefile Patch

John Criswell criswell at illinois.edu
Thu Oct 6 09:40:15 PDT 2011


Dear Clangers,

I am submitting this small Makefile patch for review.  It changes the 
TableGen Makefile to specify its libraries using LINK_COMPONENTS instead 
of USEDLIBS.

The reason for the patch is that it allows Clang's TableGen utility to 
be compiled within an LLVM sub-project without modification.  Projects 
such as SAFECode duplicate Clang's source inside an LLVM sub-project and 
specialize it.  This patch reduces the changes that such sub-projects 
need to make to Clang to get it to compile within an LLVM sub-project.

If approved, I can commit the change myself as I have commit access to 
the LLVM SVN repository.

-- John T.

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20111006/26ea406d/attachment.ksh>


More information about the cfe-commits mailing list