[PATCH] D66446: [clang][IFS] Adding new Interface Stubs format.
Puyan Lotfi via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 19 15:13:35 PDT 2019
plotfi marked an inline comment as done.
plotfi added inline comments.
================
Comment at: clang/lib/Frontend/InterfaceStubFunctionsConsumer.cpp:363
+ OS << "IfsVersion: 1.0\n";
+ OS << "Triple: " << T.str() << "\n";
+ OS << "Symbols:\n";
----------------
This is missing ObjectFileFormat: ELF
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66446/new/
https://reviews.llvm.org/D66446
More information about the cfe-commits
mailing list