[llvm-bugs] [Bug 42067] New: clang -print-search-dirs is unparseable on Windows

via llvm-bugs llvm-bugs at lists.llvm.org
Thu May 30 02:36:08 PDT 2019


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

            Bug ID: 42067
           Summary: clang -print-search-dirs is unparseable on Windows
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Driver
          Assignee: unassignedclangbugs at nondot.org
          Reporter: mh+llvm at glandium.org
                CC: llvm-bugs at lists.llvm.org, neeilans at live.com,
                    richard-llvm at metafoo.co.uk

clang -print-search-dirs unconditionally uses ":" as a separator, which doesn't
work on Windows, where : is part of paths. ";" is what is usually used instead.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190530/64f7b6c5/attachment-0001.html>


More information about the llvm-bugs mailing list