Skip to content
  • Rui Ueyama's avatar
    20d8d55b
    Fix library search order. · 20d8d55b
    Rui Ueyama authored
    Previously, we searched for a .so file from all library paths and
    then searched for a .a file. That logic is wrong. What we need to
    do is to look for a .so and a .a for each library path.
    
    llvm-svn: 273846
    20d8d55b
    Fix library search order.
    Rui Ueyama authored
    Previously, we searched for a .so file from all library paths and
    then searched for a .a file. That logic is wrong. What we need to
    do is to look for a .so and a .a for each library path.
    
    llvm-svn: 273846
Loading