Revert "tools.image-analyzer.gc-info: don't use unmaintained llvm."

This reverts commit 3ddfd9d92c.
db4
Doug Coleman 2015-07-18 08:51:26 -07:00
parent 3ddfd9d92c
commit 3b3e349a99
1 changed files with 12 additions and 0 deletions

View File

@ -11,6 +11,7 @@ QUALIFIED: cpu.x86.features.private
QUALIFIED: crypto.aes.utils
QUALIFIED: effects
QUALIFIED: gml.coremath
QUALIFIED: llvm.types
QUALIFIED: opencl
: normal? ( word -- ? )
@ -85,7 +86,18 @@ QUALIFIED: opencl
[ [ word>gc-info-expected ] [ word>gc-info ] bi same-gc-info? ] reject
] unit-test
! base-pointer-groups
{ t } [
\ llvm.types:resolve-types
[ base-pointer-groups-expected ] [ base-pointer-groups-decoded ] bi =
] unit-test
! Tough words #1227
{ t } [
\ llvm.types:resolve-types
[ word>gc-info-expected ] [ word>gc-info ] bi same-gc-info?
] unit-test
{ t } [
\ opencl:cl-queue-kernel
[ word>gc-info-expected ] [ word>gc-info ] bi same-gc-info?