We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e37e2c9 commit fe79950Copy full SHA for fe79950
clang/test/CIR/CodeGen/sourcelocation.cpp
@@ -2,7 +2,6 @@
2
// RUN: FileCheck --input-file=%t.cir %s -check-prefix=CIR
3
// RUN: %clang_cc1 -debug-info-kind=constructor -dwarf-version=4 -triple x86_64-unknown-linux-gnu -fclangir -emit-llvm %s -o %t.ll
4
// RUN: FileCheck --input-file=%t.ll %s -check-prefix=LLVM
5
-// XFAIL: *
6
7
int s0(int a, int b) {
8
int x = a + b;
0 commit comments