[PATCH] D63877: Avoid infinite loop with asan interception
serge via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 16 02:17:53 PDT 2019
serge-sans-paille marked 3 inline comments as done.
serge-sans-paille added inline comments.
================
Comment at: compiler-rt/test/asan/TestCases/Linux/dlopen-mixed-c-cxx.c:1
+// REQUIRES: x86_64-target-arch
+// RUN: %clangxx_asan -fsanitize=address -xc++ -shared -fPIC -o %t.so - < %s
----------------
vitalybuka wrote:
> why x86_64-target-arch?
Updated, flagging android as unsupported, in a similar manner to other test cases involving dlopen
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63877/new/
https://reviews.llvm.org/D63877
More information about the llvm-commits
mailing list