[PATCH] D63877: Avoid infinite loop with asan interception

Kostya Serebryany via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 2 14:51:01 PDT 2019


kcc added a comment.

Vitaly, please take a look as well.



================
Comment at: compiler-rt/test/asan/TestCases/dlopen-mixed-c-cxx.c:1
+// REQUIRES: x86_64-target-arch
+// RUN: %clangxx_asan -fsanitize=address -xc++ -shared -fPIC -o %t.so - < %s
----------------
does this include non-linux? 


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