[PATCH] D149367: Emit the CodeView `S_ARMSWITCHTABLE` debug symbol for jump tables

Erik Desjardins via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 25 10:42:09 PDT 2023


erikdesjardins added inline comments.


================
Comment at: llvm/test/DebugInfo/COFF/jump-table.ll:3
+; RUN: llc -mtriple=x86_64-windows < %s | FileCheck %s --check-prefixes=CHECK,X64,NOTA32
+; RUN: llc -mtriple=aarch64-windows < %s | FileCheck %s --check-prefixes=CHECK,A64,NOTA32
+; RUN: llc -mtriple=thumbv7a-windows < %s | FileCheck %s --check-prefixes=CHECK,A32
----------------
This test is failing on the bots: https://lab.llvm.org/buildbot/#/builders/139/builds/48355

```
******************** TEST 'LLVM :: DebugInfo/COFF/jump-table.ll' FAILED ********************

<snip>

Exit Code: 2
Command Output (stderr):
--
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/llc: error: unable to get target for 'aarch64-unknown-windows-msvc', see --version and --triple.
```

Please fix or revert.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149367



More information about the llvm-commits mailing list