[llvm-bugs] [Bug 52341] New: [C++20] [Module] Make the compilation results independent from the order of the input line
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Oct 28 22:21:25 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=52341
Bug ID: 52341
Summary: [C++20] [Module] Make the compilation results
independent from the order of the input line
Product: clang
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: C++2a
Assignee: unassignedclangbugs at nondot.org
Reporter: yedeng.yd at linux.alibaba.com
CC: blitzrakete at gmail.com, erik.pilkington at gmail.com,
llvm-bugs at lists.llvm.org, richard-llvm at metafoo.co.uk
This should be fixed along or after bug 52340. See bug 52340
(https://bugs.llvm.org/show_bug.cgi?id=52340) for details.
Simply, if we want to compile a module project in one line, the compilation
results shouldn't dependent on the relative order in the command line.
Otherwise, it is not user friendly.
--
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/20211029/c6832fc7/attachment.html>
More information about the llvm-bugs
mailing list