[PATCH] D69045: libhwasan interceptor ABI intercept longjmp/setjmp

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 31 10:57:50 PDT 2019


eugenis added inline comments.


================
Comment at: compiler-rt/lib/hwasan/CMakeLists.txt:19
+  hwasan_type_test.cpp
+  hwasan_setjmp.S
   )
----------------
mmalcomson wrote:
> thakis wrote:
> > Looks like this list was sorted alphabetically so far. Want to maintain that?
> Ah!  Yes, I would like to maintain that.
> I'm not familiar with LLVM contribution guidelines, could someone do this without needing to create a new review?
> (for reference, I don't have commit rights)
No problem, I've pushed a fix.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69045/new/

https://reviews.llvm.org/D69045





More information about the llvm-commits mailing list