Enable hot cold split

Change-Id: I6752ee000bc72c488ab197f6671514c9e5faa2bd
This commit is contained in:
AdityaK
2023-07-31 17:13:31 -07:00
committed by Aditya Kumar
parent a51d0d7d5c
commit 4e28d0eda2

View File

@@ -170,6 +170,9 @@ var (
// Emit additional debug info for AutoFDO
"-fdebug-info-for-profiling",
// Enable Hot Cold splitting optimization.
"-mllvm -hot-cold-split=true",
}
commonGlobalLldflags = []string{