[LLVMbugs] [Bug 21215] Include path argument should be redundant if -fmodule-map-file is specified

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Oct 16 18:24:48 PDT 2014


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

Richard Smith <richard-llvm at metafoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |richard-llvm at metafoo.co.uk
         Resolution|---                         |INVALID

--- Comment #1 from Richard Smith <richard-llvm at metafoo.co.uk> ---
This is working as intended. The module map says "if you were to include this
file, use that module instead"; it does not, and should not, change your
include path to include the files named in the module map. Many of our use
cases would be  broken by such a change.

-- 
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/20141017/a6ea6ede/attachment.html>


More information about the llvm-bugs mailing list