File tree 3 files changed +0
-87
lines changed 3 files changed +0
-87
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 110
110
if config .clang_examples :
111
111
config .available_features .add ("examples" )
112
112
113
- if config .llvm_examples :
114
- config .available_features .add ("llvm-examples" )
115
-
116
- if config .llvm_linked_bye_extension :
117
- config .substitutions .append (("%offload-opt-loadbye" , "" ))
118
- else :
119
- loadbye = f"-load-pass-plugin={ config .llvm_shlib_dir } /Bye{ config .llvm_shlib_ext } "
120
- config .substitutions .append (("%offload-opt-loadbye" , f"--offload-opt={ loadbye } " ))
121
-
122
113
123
114
def have_host_jit_feature_support (feature_name ):
124
115
clang_repl_exe = lit .util .which ("clang-repl" , config .clang_tools_dir )
@@ -223,9 +214,6 @@ def have_host_clang_repl_cuda():
223
214
if config .has_plugins and config .llvm_plugin_ext :
224
215
config .available_features .add ("plugins" )
225
216
226
- if config .llvm_has_plugins and config .llvm_plugin_ext :
227
- config .available_features .add ("llvm-plugins" )
228
-
229
217
if config .clang_default_pie_on_linux :
230
218
config .available_features .add ("default-pie-on-linux" )
231
219
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ config.llvm_obj_root = path(r"@LLVM_BINARY_DIR@")
7
7
config.llvm_tools_dir = lit_config.substitute(path(r"@LLVM_TOOLS_DIR@"))
8
8
config.llvm_libs_dir = lit_config.substitute(path(r"@LLVM_LIBS_DIR@"))
9
9
config.llvm_shlib_dir = lit_config.substitute(path(r"@SHLIBDIR@"))
10
- config.llvm_shlib_ext = "@SHLIBEXT@"
11
10
config.llvm_plugin_ext = "@LLVM_PLUGIN_EXT@"
12
11
config.lit_tools_dir = path(r"@LLVM_LIT_TOOLS_DIR@")
13
12
config.errc_messages = "@LLVM_LIT_ERRC_MESSAGES@"
@@ -40,10 +39,7 @@ config.python_executable = "@Python3_EXECUTABLE@"
40
39
config.use_z3_solver = lit_config.params.get('USE_Z3_SOLVER', "@USE_Z3_SOLVER@")
41
40
config.has_plugins = @CLANG_PLUGIN_SUPPORT@
42
41
config.clang_vendor_uti = "@CLANG_VENDOR_UTI@"
43
- config.llvm_examples = @LLVM_BUILD_EXAMPLES@
44
- config.llvm_linked_bye_extension = @LLVM_BYE_LINK_INTO_TOOLS@
45
42
config.llvm_external_lit = path(r"@LLVM_EXTERNAL_LIT@")
46
- config.llvm_has_plugins = @LLVM_ENABLE_PLUGINS@
47
43
config.standalone_build = @CLANG_BUILT_STANDALONE@
48
44
config.ppc_linux_default_ieeelongdouble = @PPC_LINUX_DEFAULT_IEEELONGDOUBLE@
49
45
config.have_llvm_driver = @LLVM_TOOL_LLVM_DRIVER_BUILD@
You can’t perform that action at this time.
0 commit comments