[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:34:24 PST 2024


================
@@ -1,3 +1,4 @@
+; REQUIRES: x86_64-linux
----------------
pogo59 wrote:

Should be
```
REQUIRES: target={{x86_64.*linux}}
```
As written, the requirement will never be satisfied.

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


More information about the llvm-commits mailing list