[PATCH] D70410: Tablegen: Remove the error for duplicate include files.
Sean Silva via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 19 17:09:02 PST 2019
silvas added inline comments.
================
Comment at: llvm/lib/TableGen/Main.cpp:75-77
for (const auto &Dep : Parser.getDependencies()) {
- DepOut.os() << ' ' << Dep.first;
+ DepOut.os() << ' ' << Dep.first();
}
----------------
Make sure this is iterated in a deterministic order.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70410/new/
https://reviews.llvm.org/D70410
More information about the llvm-commits
mailing list