forked from OSchip/llvm-project
[openmp] Fix build, test passes on CI unexpectedly
This commit is contained in:
parent
ca21488eac
commit
c499d690cd
|
@ -1,9 +1,5 @@
|
|||
// RUN: %libomptarget-compilexx-run-and-check-generic
|
||||
|
||||
// Wrong results on amdgpu
|
||||
// XFAIL: amdgcn-amd-amdhsa
|
||||
// XFAIL: amdgcn-amd-amdhsa-newRTL
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
void sum(int* input, int size, int* output)
|
||||
|
|
Loading…
Reference in New Issue