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

Chuanqi Xu <yedeng...@linux.alibaba.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID
                 CC|                            |yedeng...@linux.alibaba.com

--- Comment #1 from Chuanqi Xu <yedeng...@linux.alibaba.com> ---
To generate module interface, we need to use `-Xclang -emit-module-interface`
to generate it. And when we need to importing it, we need to set
`-fprebuilt-module-path`. See an example from
https://lists.llvm.org/pipermail/cfe-dev/2021-October/069156.html.
So I think this bug should be invalided.

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

Reply via email to