[PATCH] D60644: [compiler-rt][builtins][sanitizers] Update compiler-rt test cases for compatibility with system's toolchain
Amy Kwan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 30 13:07:42 PDT 2019
amyk marked an inline comment as done.
amyk added inline comments.
================
Comment at: compiler-rt/test/builtins/Unit/compiler_rt_logb_test.c:64
}
+#endif
----------------
rupprecht wrote:
> Can you include a log statement that the test isn't being run?
>
> ```
> #else
> printf("skipped\n");
> #endif
> ```
Yes, I will add that. Thanks.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60644/new/
https://reviews.llvm.org/D60644
More information about the llvm-commits
mailing list