Skip to content

Commit fe79950

Browse files
committed
[CIR] CIR/CodeGen/sourcelocation.cpp now passes, remove XFAIL
1 parent e37e2c9 commit fe79950

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/test/CIR/CodeGen/sourcelocation.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// RUN: FileCheck --input-file=%t.cir %s -check-prefix=CIR
33
// RUN: %clang_cc1 -debug-info-kind=constructor -dwarf-version=4 -triple x86_64-unknown-linux-gnu -fclangir -emit-llvm %s -o %t.ll
44
// RUN: FileCheck --input-file=%t.ll %s -check-prefix=LLVM
5-
// XFAIL: *
65

76
int s0(int a, int b) {
87
int x = a + b;

0 commit comments

Comments
 (0)