This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG966386514bec: [compiler-rt][hwasan] Setup hwasan thread
handling on Fuchsia (authored by leonardchan).
Repository:
rG LLVM Github Monorepo
CHANGE
mcgrathr accepted this revision.
mcgrathr added a comment.
This revision is now accepted and ready to land.
lgtm
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104085/new/
https://reviews.llvm.org/D104085
___
leonardchan updated this revision to Diff 355637.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104085/new/
https://reviews.llvm.org/D104085
Files:
compiler-rt/lib/hwasan/CMakeLists.txt
compiler-rt/lib/hwasan/hwasan_fuchsia.cpp
compiler-rt/lib
leonardchan updated this revision to Diff 355368.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104085/new/
https://reviews.llvm.org/D104085
Files:
compiler-rt/lib/hwasan/CMakeLists.txt
compiler-rt/lib/hwasan/hwasan_fuchsia.cpp
compiler-rt/lib
leonardchan added a comment.
Let me know if this should be split up also. I think this might be small and
and simple enough for one patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104085/new/
https://reviews.llvm.org/D104085
leonardchan updated this revision to Diff 355323.
leonardchan added a comment.
Ok. Ready for reviews.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104085/new/
https://reviews.llvm.org/D104085
Files:
compiler-rt/lib/hwasan/CMakeLists.txt
compi
leonardchan planned changes to this revision.
leonardchan added inline comments.
Comment at: compiler-rt/lib/hwasan/hwasan_fuchsia.cpp:41
+void InitThreads() {
+ uptr alloc_size = UINT64_C(1) << kShadowBaseAlignment;
+ uptr thread_start = reinterpret_cast(
mcgr
leonardchan updated this revision to Diff 354098.
leonardchan marked 7 inline comments as done.
leonardchan edited the summary of this revision.
leonardchan added a comment.
Rebased against recent refactoring commits and addressed some comments.
I think I can omit some functions like `GetCurrentT
mcgrathr added a comment.
Usually we like to split changes up into separate small changes for the pure
refactoring, and then changes that purely add new Fuchsia-specific code.
I'll do an initial review round of the Fuchsia code here since you've sent it.
But then I think this review should be t
leonardchan added a comment.
The non-fuchsia stuff can be split up in a separate patch when ready, but I'll
keep it here for now until we're set on the thread handling.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104085/new/
https://reviews.llvm
leonardchan created this revision.
leonardchan added reviewers: phosek, mcgrathr.
leonardchan added a project: Sanitizers.
Herald added subscribers: jfb, mgorny, dberris.
leonardchan requested review of this revision.
Herald added a subscriber: Sanitizers.
This patch splits up hwasan thread creati
11 matches
Mail list logo