[clang] [llvm] [MC] Emit a jump table size section (PR #101962)

Saleem Abdulrasool via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 20 07:21:47 PDT 2024


================
@@ -0,0 +1,97 @@
+; RUN: llc %s -o - -emit-jump-table-sizes-section -verify-machineinstrs --relocation-model=pic | FileCheck --check-prefix=CHECK %s
+; RUN: llc %s -o - -verify-machineinstrs --relocation-model=pic | FileCheck --check-prefix=NOFLAG %s
----------------
compnerd wrote:

You will need explicit triples - these tests may be run where the default target is not PS5 and the default object file format is not ELF.

https://github.com/llvm/llvm-project/pull/101962


More information about the cfe-commits mailing list