summaryrefslogtreecommitdiff
path: root/utils/GenLibDeps.pl
AgeCommit message (Expand)AuthorFilesLines
2013-01-02Rename VMCore directory to IR.Chandler Carruth1-1/+1
2012-03-23Remove the C backend.Eric Christopher1-2/+0
2011-03-31Fix typo in generated HTML.Nick Lewycky1-1/+1
2010-10-11Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner1-2/+0
2010-02-25Filter the future all-of-llvm shared library out of the llvm-configJeffrey Yasskin1-0/+2
2010-02-04New flag for GenLibDeps, and llvm-config-perobjincl.Torok Edwin1-1/+142
2009-06-12Tweak GenLibDeps.pl so it works on solaris.Duncan Sands1-2/+6
2009-04-21'The "or die" is intended to catch the case where nm returned aAnton Korobeynikov1-3/+4
2008-11-12Tell GenLibDeps.pl to inspect .so and .dylib shared files.Oscar Fuentes1-1/+1
2008-10-04Make GenLibDeps.pl more robust in the face of broken piping problems.Chris Lattner1-0/+26
2008-06-24Add support for building on solaris, working around namespaceChris Lattner1-1/+1
2008-05-30Revert 51775.Evan Cheng1-1/+1
2008-05-30Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.Evan Cheng1-1/+1
2007-12-24Added special support for stripping CRLF characters that may appear in theTed Kremenek1-2/+4
2007-11-27Updated GenLibDeps.pl to employ "use strict" to help prevent uses of variablesTed Kremenek1-13/+16
2006-08-03Print an error message if the lib directory (first argument) is not aReid Spencer1-2/+3
2006-08-01Fix a problem with use of undefined variables. Print an error message ifReid Spencer1-9/+39
2006-07-27Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs toReid Spencer1-3/+6
2006-07-25Add a feature for debugging library dependency cycles, -why option. ThisReid Spencer1-16/+27
2006-05-13Don't try to reference uninitialized data. Make sure we can find "nm".Reid Spencer1-4/+8
2006-05-03Attempt to get this script working on Darwin.Reid Spencer1-2/+2
2006-04-21Remove the extraneous --defined-only option to nm. This is the default andReid Spencer1-3/+3
2006-04-20Don't require the "dot" program if -flat option is given, and don't produceReid Spencer1-19/+25
2006-03-19Add a -flat option for generating the library dependencies in a flatReid Spencer1-5/+31
2005-01-051. Make sure that "dot" can be found in the pathReid Spencer1-3/+30
2004-12-30* Don't include weak definitions as a definitionReid Spencer1-4/+4
2004-12-30A Perl script to generate an HTML definition list containing the LLVMReid Spencer1-0/+101