[all-commits] [llvm/llvm-project] f41cd4: [Driver] Enable stdlibxx-isystem test on Windows
Shoaib Meenai via All-commits
all-commits at lists.llvm.org
Wed Aug 30 14:41:02 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f41cd477361b1891ca2702b66a8a66915258f15b
https://github.com/llvm/llvm-project/commit/f41cd477361b1891ca2702b66a8a66915258f15b
Author: Shoaib Meenai <smeenai at fb.com>
Date: 2023-08-30 (Wed, 30 Aug 2023)
Changed paths:
M clang/test/Driver/stdlibxx-isystem.cpp
Log Message:
-----------
[Driver] Enable stdlibxx-isystem test on Windows
With `%/t`, we can now compare `-###` output against the installtion dir
without backslash escaping getting in the way. Having to check against
the doubled-up backslashes is ugly, but it's the pattern used in lots of
tests (including for things like debug info where an `-###` alternative
that didn't escape backslashes wouldn't help).
More information about the All-commits
mailing list