[PATCH] D122939: [NVPTX][tests] Do not run the test CodeGen/Generic/2010-11-04-BigByval.ll

Igor Chebykin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 12 12:02:43 PDT 2022


i-chebykin added a comment.

My default build (Ubuntu 20.04, virtual machine), so `UNSUPPORTED: nvptx` did not stop the test running

`$ cmake -S ./llvm-project/llvm -B ./llvm-build -G Ninja -DCMAKE_BUILD_TYPE=Debug -DLLVM_ENABLE_ASSERTIONS=On -DCMAKE_INSTALL_PREFIX=./llvm-install -DLLVM_CCACHE_BUILD=On -DBUILD_SHARED_LIBS=On`

`$ cmake --build ./llvm-build -- check-llvm`

`$ ./llvm-build/bin/llc --version`

  LLVM (http://llvm.org/):
    LLVM version 15.0.0git
    DEBUG build with assertions.
    Default target: x86_64-unknown-linux-gnu
    Host CPU: skylake
  
    Registered Targets:
      aarch64    - AArch64 (little endian)
      aarch64_32 - AArch64 (little endian ILP32)
      aarch64_be - AArch64 (big endian)
      amdgcn     - AMD GCN GPUs
      arm        - ARM
      arm64      - ARM64 (little endian)
      arm64_32   - ARM64 (little endian ILP32)
      armeb      - ARM (big endian)
      avr        - Atmel AVR Microcontroller
      bpf        - BPF (host endian)
      bpfeb      - BPF (big endian)
      bpfel      - BPF (little endian)
      hexagon    - Hexagon
      lanai      - Lanai
      mips       - MIPS (32-bit big endian)
      mips64     - MIPS (64-bit big endian)
      mips64el   - MIPS (64-bit little endian)
      mipsel     - MIPS (32-bit little endian)
      msp430     - MSP430 [experimental]
      nvptx      - NVIDIA PTX 32-bit
      nvptx64    - NVIDIA PTX 64-bit
      ppc32      - PowerPC 32
      ppc32le    - PowerPC 32 LE
      ppc64      - PowerPC 64
      ppc64le    - PowerPC 64 LE
      r600       - AMD GPUs HD2XXX-HD6XXX
      riscv32    - 32-bit RISC-V
      riscv64    - 64-bit RISC-V
      sparc      - Sparc
      sparcel    - Sparc LE
      sparcv9    - Sparc V9
      systemz    - SystemZ
      thumb      - Thumb
      thumbeb    - Thumb (big endian)
      ve         - VE
      wasm32     - WebAssembly 32-bit
      wasm64     - WebAssembly 64-bit
      x86        - 32-bit X86: Pentium-Pro and above
      x86-64     - 64-bit X86: EM64T and AMD64
      xcore      - XCore

Lit's internals:

available_features: `{'debug_frame', 'webassembly-registered-target', 'aarch64-registered-target', 'amdgpu-registered-target', 'llvm-64-bits', 'plugins', 'nvptx-registered-target', 'system-linux', 'shell', 'powerpc-registered-target', 'lanai-registered-target', 'object-emission', 'riscv-registered-target', 'arm-registered-target', 'can-execute', 'hexagon-registered-target', 'mips-registered-target', 'msp430-registered-target', 'bpf-registered-target', 'cxx-shared-library', 'zlib', 'default_triple', 'x86-registered-target', 'xcore-registered-target', 'target-x86_64', 'thread_support', 'asserts', 'debug', 've-registered-target', 'x86_64-linux', 'avr-registered-target', 'native', 'systemz-registered-target', 'host-byteorder-little-endian', 'sparc-registered-target'}`

target_triple: `x86_64-unknown-linux-gnu`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122939/new/

https://reviews.llvm.org/D122939



More information about the llvm-commits mailing list