[PATCH] D60644: [compiler-rt][builtins][sanitizers] Guard test cases with macros to run when specific version of GLIBC is detected

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 15 17:29:09 PDT 2019


amyk added a comment.

@rupprecht That is true.  However, isn't it possible that a system's most up to date GLIBC version is still lower than say, GLIBC 2.23? Starting a conversation on which GLIBC versions are important can possibly be something that can be done.

In terms of the `compiler_rt_logb` test failures, I edited the test to return 0 to see the failures. I see about 104 lines that are outputted, so I've attached my results here. F8695155: compiler_rt_logb_results.txt <https://reviews.llvm.org/F8695155>


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

https://reviews.llvm.org/D60644





More information about the llvm-commits mailing list