This is an archive of the discontinued LLVM Phabricator instance.

[Compiler-rt][Builtins] Implement lit-test support (part 2 of 2)
ClosedPublic

Authored by weimingz on Mar 22 2017, 1:56 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

weimingz created this revision.Mar 22 2017, 1:56 PM

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})
weimingz updated this revision to Diff 92723.Mar 22 2017, 3:24 PM

need to include builtin-config-ix to get the right ARM32 variable.

It's part of already-accepted patch ((https://reviews.llvm.org/D30802)
Will re-land it.

This revision was automatically updated to reflect the committed changes.