https://bugs.llvm.org/show_bug.cgi?id=45307

Louis Dionne <ldio...@apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #4 from Louis Dionne <ldio...@apple.com> ---
Revisiting this, I think returning the environment variable as-is is fine. In
the test program, we should canonicalize the result of
`fs::temp_directory_path()` if we want to check the assertion we're checking.

I'd also argue that `path{"/tmp"}` and `path{"/tmp/"}` should probably compare
equal, but that's a DR if anything.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to