Author: Alex Voicu
Date: 2023-10-03T23:00:13+01:00
New Revision: 1cfaa863bc36d25625114b432e2ddf35d2302452

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

LOG: [HIP][Clang][Driver] Disable `hipstdpar` driver test on SIE to unblock 
build bot, pending test refactor.

Differential Revision: https://reviews.llvm.org/D155775

Added: 
    

Modified: 
    clang/test/Driver/hipstdpar.c

Removed: 
    


################################################################################
diff  --git a/clang/test/Driver/hipstdpar.c b/clang/test/Driver/hipstdpar.c
index 2b08153760b2f1b..f12a6e8d9d25249 100644
--- a/clang/test/Driver/hipstdpar.c
+++ b/clang/test/Driver/hipstdpar.c
@@ -1,6 +1,7 @@
 // XFAIL: target={{.*}}-apple{{.*}}
 // XFAIL: target={{.*}}hexagon{{.*}}
 // XFAIL: target={{.*}}-scei{{.*}}
+// XFAIL: target={{.*}}-sie{{.*}}
 // XFAIL: target={{.*}}-windows{{.*}}
 
 // RUN: not %clang -### --hipstdpar -nogpulib -nogpuinc --compile %s 2>&1 | \


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

Reply via email to