File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
llvm/utils/gn/secondary/clang/test Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
// Verify the ELF packaging of OpenMP SPIR-V device images.
2
- // FIXME: Re-enable when spirv-tools feature detection fixed
3
- // UNSUPPORTED: system-linux
4
2
// REQUIRES: system-linux
5
3
// REQUIRES: spirv-tools
6
4
// RUN: mkdir -p %t_tmp
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ config.llvm_external_lit = path(r"@LLVM_EXTERNAL_LIT@")
43
43
config.standalone_build = @CLANG_BUILT_STANDALONE@
44
44
config.ppc_linux_default_ieeelongdouble = @PPC_LINUX_DEFAULT_IEEELONGDOUBLE@
45
45
config.have_llvm_driver = @LLVM_TOOL_LLVM_DRIVER_BUILD@
46
- config.spirv_tools_tests = " @LLVM_INCLUDE_SPIRV_TOOLS_TESTS@"
46
+ config.spirv_tools_tests = @LLVM_INCLUDE_SPIRV_TOOLS_TESTS@
47
47
config.substitutions.append(("%llvm-version-major", "@LLVM_VERSION_MAJOR@"))
48
48
49
49
import lit.llvm
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ write_lit_config("lit_site_cfg") {
74
74
" Python3_EXECUTABLE=$python_path " ,
75
75
" USE_Z3_SOLVER=" ,
76
76
" PPC_LINUX_DEFAULT_IEEELONGDOUBLE=0" ,
77
+ " LLVM_INCLUDE_SPIRV_TOOLS_TESTS=0" ,
77
78
]
78
79
79
80
if (clang_enable_static_analyzer ) {
You can’t perform that action at this time.
0 commit comments