[all-commits] [llvm/llvm-project] 8b4a72: [llvm-objdump][test] Fix --prefix tests for system...
Vinicius Tinti via All-commits
all-commits at lists.llvm.org
Tue Feb 9 13:58:30 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8b4a7272810178a91f128f32b9f8ccb97bcf11b9
https://github.com/llvm/llvm-project/commit/8b4a7272810178a91f128f32b9f8ccb97bcf11b9
Author: Vinicius Tinti <viniciustinti at gmail.com>
Date: 2021-02-09 (Tue, 09 Feb 2021)
Changed paths:
M llvm/test/tools/llvm-objdump/X86/source-interleave-prefix-non-windows.test
A llvm/test/tools/llvm-objdump/X86/source-interleave-prefix-windows.test
M llvm/test/tools/llvm-objdump/X86/source-interleave-prefix.test
Log Message:
-----------
[llvm-objdump][test] Fix --prefix tests for system-windows
Merging directories and files may produce different results on different
platforms.
Merging "./Inputs" and "source-interleave-x86_64.c" will use different
separators in POSIX and Windows.
Dedicated tests are needed for dealing with removing trailing separators
for POSIX (consider only '/') and Windows (consider '/' and '\').
Fixes D85024.
Fixes PR46368.
Reviewed By: jhenderson, MaskRay
Differential revision: https://reviews.llvm.org/D95513
More information about the All-commits
mailing list