Skip to content

Commit 6e6aae7

Browse files
committed
Skip test on windows
1 parent 75c6ac5 commit 6e6aae7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/test/CIR/Lowering/var-arg-x86_64.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// See the comments in https://github.com/llvm/clangir/pull/1150
2+
// REQUIRES: !system-windows
3+
//
14
// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fclangir -emit-cir -fno-clangir-call-conv-lowering %s -o %t.cir
25
// RUN: FileCheck --input-file=%t.cir %s --check-prefix=CIR
36
// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fclangir -emit-llvm -fno-clangir-call-conv-lowering %s -o %t.ll

0 commit comments

Comments
 (0)