[all-commits] [llvm/llvm-project] 2d460f: Attempt to fix test on Windows.
Adrian Prantl via All-commits
all-commits at lists.llvm.org
Fri Nov 3 18:28:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2d460f25f14db38e566810040806c95f9edd78b5
https://github.com/llvm/llvm-project/commit/2d460f25f14db38e566810040806c95f9edd78b5
Author: Adrian Prantl <aprantl at apple.com>
Date: 2023-11-03 (Fri, 03 Nov 2023)
Changed paths:
M llvm/lib/DWARFLinker/DWARFLinker.cpp
M llvm/lib/DWARFLinkerParallel/DWARFLinkerCompileUnit.cpp
Log Message:
-----------
Attempt to fix test on Windows.
I'm assuming that because sys::path::append defaults to native path
this fails. Since dsymutil is a Darwin tool, we can just hardcode the
UNIX path separator.
More information about the All-commits
mailing list