[llvm] d1b6c1b - Only enable driver test if in driver build

Alex Brachet via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 13 12:26:25 PDT 2022


Author: Alex Brachet
Date: 2022-10-13T19:26:06Z
New Revision: d1b6c1b1a9dc4eb40b358b393457e00c3018884c

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

LOG: Only enable driver test if in driver build

Added: 
    

Modified: 
    llvm/test/tools/llvm-driver/passthrough-lld.test

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/llvm-driver/passthrough-lld.test b/llvm/test/tools/llvm-driver/passthrough-lld.test
index ed54a388d58f9..acd5f38784811 100644
--- a/llvm/test/tools/llvm-driver/passthrough-lld.test
+++ b/llvm/test/tools/llvm-driver/passthrough-lld.test
@@ -1,4 +1,4 @@
-# REQUIRES: lld
+# REQUIRES: llvm-driver, lld
 
 # RUN: %llvm ld.lld --help | FileCheck %s
 # RUN: %llvm lld -flavor ld.lld --help | FileCheck %s


        


More information about the llvm-commits mailing list