File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -765,8 +765,8 @@ class OFormat(Enum):
765765LLVM_OBJCOPY = os .path .expanduser (build_llvm_tool_path (exe_suffix ('llvm-objcopy' )))
766766LLVM_STRIP = os .path .expanduser (build_llvm_tool_path (exe_suffix ('llvm-strip' )))
767767WASM_LD = os .path .expanduser (build_llvm_tool_path (exe_suffix ('wasm-ld' )))
768- LLVM_PROFDATA = 'llvm-profdata-20' # os.path.expanduser(build_llvm_tool_path(exe_suffix('llvm-profdata')))
769- LLVM_COV = 'llvm-cov-20' # os.path.expanduser(build_llvm_tool_path(exe_suffix('llvm-cov')))
768+ LLVM_PROFDATA = os .path .expanduser (build_llvm_tool_path (exe_suffix ('llvm-profdata' )))
769+ LLVM_COV = os .path .expanduser (build_llvm_tool_path (exe_suffix ('llvm-cov' )))
770770
771771EMCC = bat_suffix (path_from_root ('emcc' ))
772772EMXX = bat_suffix (path_from_root ('em++' ))
You can’t perform that action at this time.
0 commit comments