Skip to content

Commit

Permalink
Skip test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuanqiXu9 committed Nov 22, 2024
1 parent 75c6ac5 commit 6e6aae7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clang/test/CIR/Lowering/var-arg-x86_64.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// See the comments in https://github.com/llvm/clangir/pull/1150
// REQUIRES: !system-windows
//
// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fclangir -emit-cir -fno-clangir-call-conv-lowering %s -o %t.cir
// RUN: FileCheck --input-file=%t.cir %s --check-prefix=CIR
// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fclangir -emit-llvm -fno-clangir-call-conv-lowering %s -o %t.ll
Expand Down

0 comments on commit 6e6aae7

Please sign in to comment.