[llvm] [DebugInfo] Add DW_AT_artificial for compiler generated static member. (PR #116327)
Paul T Robinson via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 15 08:38:16 PST 2024
================
@@ -1,3 +1,4 @@
+; REQUIRES: x86_64-linux
; RUN: llc -O0 -filetype=obj < %s | \
----------------
pogo59 wrote:
The requirement will never be satisfied; the test will never run. You need a regular expression of the form `target={{x86_64-.*-linux}}` here.
But, it's probably better to remove the `target triple` clause from the IR, and add `-triple=%itanium_target_triple` to the `llc` command.
https://github.com/llvm/llvm-project/pull/116327
More information about the llvm-commits
mailing list