You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ignored the revert 1a8a660 (cherry-pick of 0c28a7c). It was done
for sycl-web => sycl pulldown. The revert has already happened once in
sycl-web (as 0c28a7c), followed by a re-commit 4c4093e.
The conflict was because 1a8a660 was trying to apply on top of
the re-commit 4c4093e.
CONFLICT (modify/delete): llvm/test/Transforms/InstCombine/fpclass.ll deleted in 9f41bf6 and modified in HEAD. Version HEAD of llvm/test/Transforms/InstCombine/fpclass.ll left in tree.
CONFLICT (modify/delete): llvm/test/CodeGen/PowerPC/ppc-fpclass.ll deleted in 9f41bf6 and modified in HEAD. Version HEAD of llvm/test/CodeGen/PowerPC/ppc-fpclass.ll left in tree.
CONFLICT (content): Merge conflict in llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
CONFLICT (content): Merge conflict in llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
All tests related to the translator are placed in the [test](test) directory. A number of the tests require spirv-as (part of SPIR-V Tools) to run, but the remainder of the tests can still be run without this. Optionally the tests can make use of spirv-val (part of SPIRV-Tools) in order to validate the generated SPIR-V against the official SPIR-V specification.
@@ -105,7 +125,7 @@ make test
105
125
```
106
126
This requires that the `-DLLVM_SPIRV_INCLUDE_TESTS=ON` argument is
107
127
passed to CMake during the build step. Additionally,
108
-
`-DLLVM_EXTERNAL_LIT="/usr/lib/llvm-13/build/utils/lit/lit.py"` is
128
+
`-DLLVM_EXTERNAL_LIT="/usr/lib/llvm-14/build/utils/lit/lit.py"` is
109
129
needed when building with a pre-installed version of LLVM.
110
130
111
131
The translator test suite can be disabled by passing
0 commit comments