[LLVMbugs] [Bug 19358] New: module 'conflict' stanza doesn't work across top-level modules

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Apr 7 10:22:24 PDT 2014


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

            Bug ID: 19358
           Summary: module 'conflict' stanza doesn't work across top-level
                    modules
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Modules
          Assignee: unassignedclangbugs at nondot.org
          Reporter: richard-llvm at metafoo.co.uk
                CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Repro:

module A {}
module B { conflict A }

Building B will assert, because it tries to allocate a submodule ID for 'A',
which is neither part of the currently-building module nor in a module that it
imports.

-- 
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/20140407/77d10fae/attachment.html>


More information about the llvm-bugs mailing list