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: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to