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

Matthew Malcomson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 31 03:08:02 PDT 2019


mmalcomson added inline comments.


================
Comment at: compiler-rt/lib/hwasan/CMakeLists.txt:19
+  hwasan_type_test.cpp
+  hwasan_setjmp.S
   )
----------------
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)


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