Skip to content

Commit

Permalink
[Clang] Add test dependency on llvm-ar
Browse files Browse the repository at this point in the history
Following clang driver tests invoke llvm-ar, so ensure that
check-clang rebuilds llvm-ar.

 * test/Driver/clang-offload-bundler.c
 * test/Driver/hip-link-save-temps.hip
 * test/Driver/hip-link-static-library.hip
 * test/Driver/hip-toolchain-rdc-static-lib.hip

Differential Revision: https://reviews.llvm.org/D105285
  • Loading branch information
saiislam committed Jul 7, 2021
1 parent 7586b47 commit 94d5f2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clang/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ if( NOT CLANG_BUILT_STANDALONE )
llvm-config
FileCheck count not
llc
llvm-ar
llvm-as
llvm-bcanalyzer
llvm-cat
Expand Down

0 comments on commit 94d5f2a

Please sign in to comment.