Home | History | Annotate | Download | only in llvm-diff
      1 set(LLVM_LINK_COMPONENTS
      2   Core
      3   IRReader
      4   Support
      5   )
      6 
      7 add_llvm_tool(llvm-diff
      8   llvm-diff.cpp
      9   DiffConsumer.cpp
     10   DiffLog.cpp
     11   DifferenceEngine.cpp
     12 
     13   DEPENDS
     14   intrinsics_gen
     15   )
     16