[test-suite] r267439 - [test-suite] Set unique prefix for Vector and Vector/NEON

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 25 12:23:06 PDT 2016


On 25 April 2016 at 19:42, Artem Belevich via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> +llvm_target_prefix("Vector")
>  if(ARCH STREQUAL "PowerPC")
>    llvm_add_subdirectories(Altivec)
>  endif()
>
> +llvm_target_prefix("Vector-NEON")
>  list(APPEND CFLAGS -std=c99)
>  llvm_singlesource()

Nitpick, couldn't this be "Altivec" and "NEON", instead?

"Vector" just seems too generic. :)

cheers,
--renato


More information about the llvm-commits mailing list