[all-commits] [llvm/llvm-project] 7d8ea7: [ARM] Add dependency on GlobalISel for unit tests ...
    Nemanja Ivanovic via All-commits 
    all-commits at lists.llvm.org
       
    Sat Oct 19 09:39:06 PDT 2019
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7d8ea71677f6b9985d4bbe5112067d5d48414383
      https://github.com/llvm/llvm-project/commit/7d8ea71677f6b9985d4bbe5112067d5d48414383
  Author: Nemanja Ivanovic <nemanja.i.ibm at gmail.com>
  Date:   2019-10-19 (Sat, 19 Oct 2019)
  Changed paths:
    M llvm/unittests/Target/ARM/CMakeLists.txt
  Log Message:
  -----------
  [ARM] Add dependency on GlobalISel for unit tests to fix shared libs build
The unit test uses GlobalISel but the dependency is not listed in the
CMakeLists.txt file which causes failures in shared libs build with GCC.
This just adds the dependency.
Differential revision: https://reviews.llvm.org/D69064
llvm-svn: 375346
    
    
More information about the All-commits
mailing list