Home | History | Annotate | Download | only in tools
      1 if(LLVM_TARGETS_TO_BUILD MATCHES "X86")
      2   add_subdirectory(
      3     llvm-cfi-verify
      4   )
      5 endif()
      6 
      7 add_subdirectory(
      8   llvm-exegesis
      9 )
     10 
     11