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

Jonathan Poelen <jonathan.poe...@gmail.com> changed:

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

--- Comment #1 from Jonathan Poelen <jonathan.poe...@gmail.com> ---
Fixed with clang-11 (maybe 10):

$ clang++ -ftime-trace -c a.cpp -o folder_that_does_not_exist/a.o
error: unable to open output file 'folder_that_does_not_exist/a.o': 'No such
file or directory'
1 error generated.
error: unable to open output file 'folder_that_does_not_exist/a.json': 'No such
file or directory'

-- 
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