================
@@ -121,7 +121,7 @@ class LLVM_ABI TargetMachine {
std::optional<PGOOptions> PGOOption;
public:
- mutable TargetOptions Options;
----------------
arsenm wrote:
Can this be const now
https://github.com/llvm/llvm-project/pull/201825