[PATCH] D60644: [compiler-rt][builtins][sanitizers] Update compiler-rt test cases for compatibility with system's toolchain
Jordan Rupprecht via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 30 12:14:24 PDT 2019
rupprecht accepted this revision.
rupprecht added a comment.
Thanks!
================
Comment at: compiler-rt/test/builtins/Unit/compiler_rt_logb_test.c:64
}
+#endif
----------------
Can you include a log statement that the test isn't being run?
```
#else
printf("skipped\n");
#endif
```
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60644/new/
https://reviews.llvm.org/D60644
More information about the llvm-commits
mailing list