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

            Bug ID: 38877
           Summary: Wrong path separators when using Clang -MM with -I on
                    Windows
           Product: clang
           Version: 7.0
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Driver
          Assignee: unassignedclangb...@nondot.org
          Reporter: david.bolvan...@gmail.com
                CC: llvm-bugs@lists.llvm.org

clang main.c -I../include/lib -MM
main.o: main.c ../include/lib\test.h

Hierarchy:
-- 
   program 
           -- main.c
-- 
   include 
           -- lib 
                  -- test.h

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

Reply via email to