Original r297566 (https://reviews.llvm.org/D30802) is splitted into two parts.
This part adds CMakefile/lit.cfg support.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
This patch *should* address the issue of buildbot of powerpc (http://lab.llvm.org:8011/builders/sanitizer-ppc64le-linux/builds/1703).
I was using
set(BUILTINS_TEST_ARCH ${COMPILER_RT_SUPPORTED_ARCH})
It should be
set(BUILTINS_TEST_ARCH ${BUILTIN_SUPPORTED_ARCH})
Comment Actions
It's part of already-accepted patch ((https://reviews.llvm.org/D30802)
Will re-land it.