http://llvm.org/bugs/show_bug.cgi?id=21174

            Bug ID: 21174
           Summary: clang searches current working directory for file
                    specified to -include command line option.
           Product: clang
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Driver
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

clang does not work as a drop-in replacement for gcc when precompiled headers
is used via the -include command line option. gcc searches the paths specified
by -I options. clang does only look in the current working directory, i.e not
the directory where the source file is in if the source file is not in the
current working directory.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to