[all-commits] [llvm/llvm-project] 24a085: [nfc][thinlto] Factor common state for `computeImp...
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Wed Sep 6 11:57:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 24a08592bcb027dfd84d5672f7b5c2c67a4fbbc5
https://github.com/llvm/llvm-project/commit/24a08592bcb027dfd84d5672f7b5c2c67a4fbbc5
Author: Mircea Trofin <mtrofin at google.com>
Date: 2023-09-06 (Wed, 06 Sep 2023)
Changed paths:
M llvm/lib/Transforms/IPO/FunctionImport.cpp
Log Message:
-----------
[nfc][thinlto] Factor common state for `computeImportForModule` (#65427)
Added a class to hold such common state. The goal is to both reduce the argument list of other utilities used by `computeImportForModule` (which will be brought as members in a subsequent patch), and to make it easy to extend such state later.
More information about the All-commits
mailing list