krytarowski resigned from this revision.
krytarowski added a comment.
Herald added a project: clang.
ESan is now discontinued.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D52610/new/
https://reviews.llvm.org/D52610
krytarowski added a comment.
Can you try to port this mutant thread-process in ESan to FreeBSD? I don't want
to see changes in generic LLVM code.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D52610/new/
https://reviews.llvm.org/D52610
devnexen added a comment.
Things might differ between NetBSD and FreeBSD about the feasibility. So maybe
for the former it is more reachable (only would need to set specific
application mappings maybe ?).
- So once the non writable addresses are created, it processes the working sets
to make i
krytarowski added a comment.
In https://reviews.llvm.org/D52610#1279176, @devnexen wrote:
> - FreeBSD does not have real Linux's clone equivalent.
> - Hangs or crashes during the final report (the shadow mapping is similar as
> Linux's though).
NetBSD has a clone compatibility syscall... but p
devnexen added a comment.
- FreeBSD does not have real Linux's clone equivalent.
- Hangs or crashes during the final report (the shadow mapping is similar as
Linux's though).
Repository:
rC Clang
https://reviews.llvm.org/D52610
___
cfe-commits m
krytarowski added a comment.
In https://reviews.llvm.org/D52610#1278743, @devnexen wrote:
> ping working-set on FreeBSD does not seem doable.
Rationale? I don't feel convinced.
Repository:
rC Clang
https://reviews.llvm.org/D52610
___
cfe-commi
devnexen added a comment.
ping working-set on FreeBSD does not seem doable.
Repository:
rC Clang
https://reviews.llvm.org/D52610
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
devnexen added inline comments.
Comment at: lib/CodeGen/BackendUtil.cpp:323
Opts.ToolType = EfficiencySanitizerOptions::ESAN_CacheFrag;
- else if (LangOpts.Sanitize.has(SanitizerKind::EfficiencyWorkingSet))
+ else if (T.getOS() == Triple::Linux &&
+LangOpts.Sanitize.ha
krytarowski added inline comments.
Comment at: lib/CodeGen/BackendUtil.cpp:323
Opts.ToolType = EfficiencySanitizerOptions::ESAN_CacheFrag;
- else if (LangOpts.Sanitize.has(SanitizerKind::EfficiencyWorkingSet))
+ else if (T.getOS() == Triple::Linux &&
+LangOpts.Sanitize
devnexen added inline comments.
Comment at: lib/CodeGen/BackendUtil.cpp:323
Opts.ToolType = EfficiencySanitizerOptions::ESAN_CacheFrag;
- else if (LangOpts.Sanitize.has(SanitizerKind::EfficiencyWorkingSet))
+ else if (T.getOS() == Triple::Linux &&
+LangOpts.Sanitize.ha
krytarowski added inline comments.
Comment at: lib/CodeGen/BackendUtil.cpp:323
Opts.ToolType = EfficiencySanitizerOptions::ESAN_CacheFrag;
- else if (LangOpts.Sanitize.has(SanitizerKind::EfficiencyWorkingSet))
+ else if (T.getOS() == Triple::Linux &&
+LangOpts.Sanitize
devnexen added a comment.
ping.
Repository:
rC Clang
https://reviews.llvm.org/D52610
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
devnexen added a comment.
ping compiler-rt component committed :-)
Repository:
rC Clang
https://reviews.llvm.org/D52610
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
devnexen added a comment.
The compiler-rt part had been committed.
Repository:
rC Clang
https://reviews.llvm.org/D52610
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
14 matches
Mail list logo