[clang] deb543a - [Driver] hip-toolchain-device-only.hip - remove unused check prefix

Simon Pilgrim via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 11 10:00:56 PST 2020


Author: Simon Pilgrim
Date: 2020-11-11T18:00:03Z
New Revision: deb543ae70810ec458eb1ea43d15343b4cfad506

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

LOG: [Driver] hip-toolchain-device-only.hip - remove unused check prefix

Just use default CHECK

Added: 
    

Modified: 
    clang/test/Driver/hip-toolchain-device-only.hip

Removed: 
    


################################################################################
diff  --git a/clang/test/Driver/hip-toolchain-device-only.hip b/clang/test/Driver/hip-toolchain-device-only.hip
index 19afeca113ba..e05447f426bd 100644
--- a/clang/test/Driver/hip-toolchain-device-only.hip
+++ b/clang/test/Driver/hip-toolchain-device-only.hip
@@ -3,7 +3,7 @@
 // RUN: %clang -### -target x86_64-linux-gnu \
 // RUN:   --offload-arch=gfx803 --offload-arch=gfx900 \
 // RUN:   --cuda-device-only -nogpuinc -nogpulib -c \
-// RUN:   %s 2>&1 | FileCheck -check-prefixes=CHECK,LINK %s
+// RUN:   %s 2>&1 | FileCheck %s
 
 // CHECK-NOT: error:
 


        


More information about the cfe-commits mailing list