[compiler-rt] [Profile] Disable continuous mode when reset to default.profraw due to malformed LLVM_PROFILE_FILE. (PR #74879)
Alan Zhao via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 8 10:41:01 PST 2023
================
@@ -54,6 +54,12 @@ int __llvm_profile_is_continuous_mode_enabled(void);
*/
void __llvm_profile_enable_continuous_mode(void);
+/*!
+ * \brief Enable continuous mode.
----------------
alanzhao1 wrote:
nit: fix the comment?
https://github.com/llvm/llvm-project/pull/74879
More information about the llvm-commits
mailing list