[llvm-dev] A question about "make check-all"

Anmol Paralkar (anmparal) via llvm-dev llvm-dev at lists.llvm.org
Fri Mar 29 10:24:04 PDT 2019


On 3/21/19, 11:56 AM, "llvm-dev on behalf of Tim Northover via llvm-dev" <llvm-dev-bounces at lists.llvm.org on behalf of llvm-dev at lists.llvm.org> wrote:
 
    LLVM does have a test-suite in a separate repository that tries to
    actually run code. It doesn't attempt to provide a simulator though;
    quite the reverse, it expects you to tell it how to execute the code.
    You'll also need libraries, headers and binutils (especially a linker)
    for the system you intend to run things on.
    
Hi Tim, Where is this execution test-suite?
Thanks,
Anmol.



More information about the llvm-dev mailing list