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):
765
765
LLVM_OBJCOPY = os .path .expanduser (build_llvm_tool_path (exe_suffix ('llvm-objcopy' )))
766
766
LLVM_STRIP = os .path .expanduser (build_llvm_tool_path (exe_suffix ('llvm-strip' )))
767
767
WASM_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' )))
770
770
771
771
EMCC = bat_suffix (path_from_root ('emcc' ))
772
772
EMXX = bat_suffix (path_from_root ('em++' ))
You can’t perform that action at this time.
0 commit comments