forked from OSchip/llvm-project
Revert "[openmp] Fix build, test passes on CI unexpectedly"
This reverts commit c499d690cd
.
This commit is contained in:
parent
98f0bf74ca
commit
dc9edc6a6d
|
@ -1,5 +1,9 @@
|
|||
// 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