Skip to content

Commit afa9822

Browse files
committed
based on llvm path
1 parent bd84202 commit afa9822

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/shared.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -765,8 +765,8 @@ class OFormat(Enum):
765765
LLVM_OBJCOPY = os.path.expanduser(build_llvm_tool_path(exe_suffix('llvm-objcopy')))
766766
LLVM_STRIP = os.path.expanduser(build_llvm_tool_path(exe_suffix('llvm-strip')))
767767
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')))
770770

771771
EMCC = bat_suffix(path_from_root('emcc'))
772772
EMXX = bat_suffix(path_from_root('em++'))

0 commit comments

Comments
 (0)