Added 32-bit Thumb instructions t2DMB variants, t2DSB variants, and t2ISBsy for
[oota-llvm.git] / utils / GenLibDeps.pl
index b320a9128ce5705c65c2ad66ddfba6e10f1f384b..f1f7e72bc1a509d35202c94b30095eef8a8f6ca2 100755 (executable)
@@ -70,6 +70,8 @@ opendir DIR,$Directory;
 my @files = readdir DIR;
 closedir DIR;
 my @libs = grep(/libLLVM.*\.(dylib|so|a)$/,sort(@files));
+# Omit the all-of-llvm shared library.
+@libs = grep(!/libLLVM-\d\.\d(svn)?\.(dylib|so)/, @libs);
 my @objs = grep(/LLVM.*\.o$/,sort(@files));
 
 # Declare the hashes we will use to keep track of the library and object file