================
@@ -112,6 +112,8 @@ class MCTargetOptions {
   // Whether or not to use full register names on PowerPC.
   bool PPCUseFullRegisterNames : 1;
 
+  bool PgoInstrumentation = false;
----------------
mikolaj-pirog wrote:

As far as I am aware, there isn't any global metadata flag I could fetch from 
within MC. Could you elaborate a bit more when the current solution would cause 
problems? I am not that familiar with LTO inner workings

https://github.com/llvm/llvm-project/pull/114260
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to