Skip to content

Commit 4cb165c

Browse files
committed
Remove resolved TODO, as the approach for code-generation options has now been decided.
1 parent eccadf5 commit 4cb165c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/lib/LTO/LTO.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2300,10 +2300,6 @@ class OutOfProcessThinBackend : public CGThinBackend {
23002300
// additional input or output file dependencies must be communicated to the
23012301
// distribution system, potentially by setting extra options on the
23022302
// 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.
23072303
void buildCommonRemoteCompilerOptions() {
23082304
const lto::Config &C = Conf;
23092305
auto &Ops = CodegenOptions;

0 commit comments

Comments
 (0)