Author: Fangrui Song
Date: 2022-04-12T13:31:07-07:00
New Revision: d10c09168377767e43efbcb22e65343d509c13f0

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

LOG: lit.cfg.py: remove obsoleted feature clang-driver

Added: 
    

Modified: 
    clang/test/Driver/hip-wavefront-size.hip
    clang/test/lit.cfg.py

Removed: 
    


################################################################################
diff  --git a/clang/test/Driver/hip-wavefront-size.hip 
b/clang/test/Driver/hip-wavefront-size.hip
index dd7ca16ae2d3d..f9ec9f6b82d4f 100644
--- a/clang/test/Driver/hip-wavefront-size.hip
+++ b/clang/test/Driver/hip-wavefront-size.hip
@@ -1,4 +1,4 @@
-// REQUIRES: clang-driver,amdgpu-registered-target
+// REQUIRES: amdgpu-registered-target
 
 // RUN: %clang -### -target x86_64-linux-gnu \
 // RUN:   --cuda-gpu-arch=gfx900 \

diff  --git a/clang/test/lit.cfg.py b/clang/test/lit.cfg.py
index d8eacce29a09c..3abed15fdc58e 100644
--- a/clang/test/lit.cfg.py
+++ b/clang/test/lit.cfg.py
@@ -185,10 +185,6 @@ def is_filesystem_case_insensitive():
 if not re.match(r'^x86_64.*-(windows-msvc|windows-gnu)$', 
config.target_triple):
     config.available_features.add('LP64')
 
-# [PR12920] "clang-driver" -- set if gcc driver is not used.
-if not re.match(r'.*-(cygwin)$', config.target_triple):
-    config.available_features.add('clang-driver')
-
 # Tests that are specific to the Apple Silicon macOS.
 if re.match(r'^arm64(e)?-apple-(macos|darwin)', config.target_triple):
     config.available_features.add('apple-silicon-mac')


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to