[all-commits] [llvm/llvm-project] d0580b: [FunctionImport] Initialize Reason
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Aug 27 19:47:51 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d0580b855708e3ae10f4c77ee5a2dc40791c82f3
https://github.com/llvm/llvm-project/commit/d0580b855708e3ae10f4c77ee5a2dc40791c82f3
Author: Fangrui Song <i at maskray.me>
Date: 2023-08-27 (Sun, 27 Aug 2023)
Changed paths:
M llvm/lib/Transforms/IPO/FunctionImport.cpp
Log Message:
-----------
[FunctionImport] Initialize Reason
Otherwise -print-import-failure may use the uninitialized value.
More information about the All-commits
mailing list