[compiler-rt] [tsan][NFCI] Add note that GPU libraries may cause shadow mapping incompatibility (PR #137835)
Florian Mayer via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 29 12:19:02 PDT 2025
================
@@ -292,8 +292,12 @@ static void ReExecIfNeeded(bool ignore_heap) {
} else {
Printf(
"FATAL: ThreadSanitizer: memory layout is incompatible, "
- "even though ASLR is disabled.\n"
- "Please file a bug.\n");
+ "even though ASLR is disabled.\n");
+ Printf(
+ "FATAL: This error may occur for programs that use GPU libraries.");
----------------
fmayer wrote:
Why the extra `FATAL`?
https://github.com/llvm/llvm-project/pull/137835
More information about the llvm-commits
mailing list