This fixes a nondeterminism on debug info when building on windows natively vs
cross building to windows. The file path was created at here that uses host path separator.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Nice! lgtm
clang/lib/AST/TypePrinter.cpp | ||
---|---|---|
1391 | nit: If you want you could drop the "The following tries to" part to make this more concise. |
Comment Actions
Hello and good afternoon from the UK,
I believe this patch has caused failures on the following buildbot:
https://lab.llvm.org/buildbot/#/builders/216/builds/21493
are you able to take a look?
thanks,
Tom W
Comment Actions
Thanks for reporting. Hope this fix it: https://reviews.llvm.org/rGfe69bb64415ef6fe01ebbb1d1a801e85bd6bd879.
nit: If you want you could drop the "The following tries to" part to make this more concise.