[PATCH] D47324: Add llvm-bcanalyzer as an LLD test dependency

Owen Reynolds via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 24 06:55:13 PDT 2018


gbreynoo created this revision.
gbreynoo added reviewers: ruiu, rdhindsa.
Herald added subscribers: llvm-commits, a.sidorin, mgorny.
Herald added a reviewer: george.karpenkov.

Recently an LLD test change was made that introduced the use of llvm-bcanalyzer. This change adds the tool to the list of LLD test dependencies.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D47324

Files:
  test/CMakeLists.txt


Index: test/CMakeLists.txt
===================================================================
--- test/CMakeLists.txt
+++ test/CMakeLists.txt
@@ -34,7 +34,7 @@
   list(APPEND LLD_TEST_DEPS
     FileCheck count not llvm-ar llvm-as llvm-dis llvm-dwarfdump llvm-nm
     llc llvm-config llvm-objdump llvm-readelf llvm-readobj yaml2obj obj2yaml
-    llvm-mc llvm-lib llvm-pdbutil opt
+    llvm-mc llvm-lib llvm-pdbutil opt llvm-bcanalyzer 
     )
 endif()
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47324.148401.patch
Type: text/x-patch
Size: 462 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180524/1f18ba14/attachment.bin>


More information about the llvm-commits mailing list