Cross compile LLVM test-suite for custom downstream target

Hello all,
I am trying to cross compile LLVM test suite for custom downstream target . I could not find how to specify the target in the current build system that is being used . (Cmake and autoconf ).
I also had a look at autoconf directory, which have the latest commits ~5 years back and not sure if it will be a dead end if proceed my efforts modifying autoconf files.

Have anybody tried this use case?

Thanks for any help,
Girija

I don’t think the autoconf files are actively maintained/used any longer.

Please take a look at test-suite Guide — LLVM 16.0.0git documentation

You can use CMake to configure your build and specify the target via cmake.

1 Like