File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
compiler/rustc_llvm/llvm-wrapper Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1251,8 +1251,9 @@ getFirstDefinitionForLinker(const GlobalValueSummaryList &GVSummaryList) {
1251
1251
// here is basically the same as before threads are spawned in the `run`
1252
1252
// function of `lib/LTO/ThinLTOCodeGenerator.cpp`.
1253
1253
extern " C" LLVMRustThinLTOData *
1254
- LLVMRustCreateThinLTOData (LLVMRustThinLTOModule *modules, int num_modules,
1255
- const char **preserved_symbols, int num_symbols) {
1254
+ LLVMRustCreateThinLTOData (LLVMRustThinLTOModule *modules, unsigned num_modules,
1255
+ const char **preserved_symbols,
1256
+ unsigned num_symbols) {
1256
1257
auto Ret = std::make_unique<LLVMRustThinLTOData>();
1257
1258
1258
1259
// Load each module's summary and merge it into one combined index
You can’t perform that action at this time.
0 commit comments