[llvm] [Target] Remove `Target::resetTargetOptions` (PR #201825)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 5 22:32:25 PDT 2026


================
@@ -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


More information about the llvm-commits mailing list