We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eccadf5 commit 4cb165cCopy full SHA for 4cb165c
llvm/lib/LTO/LTO.cpp
@@ -2300,10 +2300,6 @@ class OutOfProcessThinBackend : public CGThinBackend {
2300
// additional input or output file dependencies must be communicated to the
2301
// distribution system, potentially by setting extra options on the
2302
// distributor program.
2303
- // TODO: If this strategy of deriving options proves insufficient, alternative
2304
- // approaches should be considered, such as:
2305
- // - A serialization/deserialization format for LTO configuration.
2306
- // - Modifying LLD to be the tool that performs the backend compilations.
2307
void buildCommonRemoteCompilerOptions() {
2308
const lto::Config &C = Conf;
2309
auto &Ops = CodegenOptions;
0 commit comments