[compiler-rt] [NFC] [HWASan] clarify FIXME comment (PR #87689)
Florian Mayer via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 4 12:49:05 PDT 2024
================
@@ -55,6 +55,9 @@ static uptr RingBufferSize() {
uptr desired_bytes = flags()->stack_history_size * sizeof(uptr);
// FIXME: increase the limit to 8 once this bug is fixed:
// https://bugs.llvm.org/show_bug.cgi?id=39030
+ // Note that we *cannot* do that on Android, as the runtime will indefinitely
+ // have to support code that is compield with ashr, which only works with
----------------
fmayer wrote:
dnoe
https://github.com/llvm/llvm-project/pull/87689
More information about the llvm-commits
mailing list