[llvm] [DebugInfo] Add DW_AT_artificial for compiler generated static member. (PR #116327)
Carlos Alberto Enciso via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 15 11:24:59 PST 2024
================
@@ -1,3 +1,4 @@
+; REQUIRES: x86_64-linux
; RUN: llc -O0 -filetype=obj < %s | \
----------------
CarlosAlbertoEnciso wrote:
@pogo59 Thanks very much for your feedback.
I tried your second suggestion: `-triple=%itanium_target_triple` but `llc` raises the following error:
```
Unknown command line argument '-triple=%itanium_target_triple'.
llc: Did you mean '--mtriple=%itanium_target_triple'?
```
I looked at other test cases and it seems that it is valid only for clang:
`// RUN: %clang_cc1 -triple %itanium_abi_triple ....`
https://github.com/llvm/llvm-project/pull/116327
More information about the llvm-commits
mailing list