[llvm] a0da875 - gn build: check-clang depends on llvm-cxxfilt.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 20 16:26:22 PST 2019


Author: Peter Collingbourne
Date: 2019-11-20T16:25:54-08:00
New Revision: a0da875a3ace9f4d4ade54f7a4764e327169a629

URL: https://github.com/llvm/llvm-project/commit/a0da875a3ace9f4d4ade54f7a4764e327169a629
DIFF: https://github.com/llvm/llvm-project/commit/a0da875a3ace9f4d4ade54f7a4764e327169a629.diff

LOG: gn build: check-clang depends on llvm-cxxfilt.

Added: 
    

Modified: 
    llvm/utils/gn/secondary/clang/test/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/test/BUILD.gn b/llvm/utils/gn/secondary/clang/test/BUILD.gn
index 7c0d33002dac..cc0fcd48f9c6 100644
--- a/llvm/utils/gn/secondary/clang/test/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/test/BUILD.gn
@@ -142,6 +142,7 @@ group("test") {
     "//llvm/tools/llvm-bcanalyzer",
     "//llvm/tools/llvm-cat",
     "//llvm/tools/llvm-config",
+    "//llvm/tools/llvm-cxxfilt",
     "//llvm/tools/llvm-dis",
     "//llvm/tools/llvm-dwarfdump",
     "//llvm/tools/llvm-ifs",


        


More information about the llvm-commits mailing list