File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 30
30
// RUN: -Wno-return-type -Wno-implicit-function-declaration -emit-llvm -o - %s \
31
31
// RUN: | FileCheck --check-prefixes=CHECK-DEFAULT %s
32
32
33
+ // Disabled due to https://github.com/intel/llvm/issues/9934
34
+ // UNSUPPORTED: system-linux
35
+
33
36
#ifdef SPIR
34
37
// This is a declaration when compiling with -fsycl to avoid
35
38
// the compilation error "function with no prototype cannot use
Original file line number Diff line number Diff line change 48
48
// RUN: -fmath-errno %s 2>&1 \
49
49
// RUN: | FileCheck %s --check-prefixes=ERR-3
50
50
51
+ // Disabled due to https://github.com/intel/llvm/issues/9934
52
+ // UNSUPPORTED: system-linux
51
53
52
54
// HIGH: "-ffp-builtin-accuracy=high"
53
55
// LOW: "-ffp-builtin-accuracy=low"
You can’t perform that action at this time.
0 commit comments