mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Tell GenLibDeps.pl to inspect .so and .dylib shared files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59158 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -48,7 +48,7 @@ if (!defined($nmPath) || $nmPath eq "") {
|
||||
opendir DIR,$Directory;
|
||||
my @files = readdir DIR;
|
||||
closedir DIR;
|
||||
my @libs = grep(/libLLVM.*\.a$/,sort(@files));
|
||||
my @libs = grep(/libLLVM.*\.(dylib|so|a)$/,sort(@files));
|
||||
my @objs = grep(/LLVM.*\.o$/,sort(@files));
|
||||
|
||||
# Declare the hashes we will use to keep track of the library and object file
|
||||
|
Reference in New Issue
Block a user