Skip to content
  • Greg Fitzgerald's avatar
    XFAIL ptrace test on arm · 1733b5e2
    Greg Fitzgerald authored
    The patch adds better target_triple and target_arch defaults for lit tests,
    which allows us to XFAIL tests based on architecture.
    
    Was:
      target_triple = LLVM_DEFAULT_TARGET_TRIPLE
      target_arch = HOST_ARCH
    
    Now:
      target_triple = COMPILER_RT_TEST_TARGET_TRIPLE
                    , otherwise LLVM_DEFAULT_TARGET_TRIPLE
      target_arch = first item in COMPILER_RT_TEST_TARGET_TRIPLE
    
    Differential Revision: http://reviews.llvm.org/D3855
    
    llvm-svn: 209256
    1733b5e2
Loading