================
@@ -0,0 +1,19 @@
+# RUN: llc -mtriple=x86_64-- -passes=fentry-insert %s -o - | FileCheck %s
+
+--- |
+  target triple = "x86_64--"
+  define i32 @with_fentry() #1 {
+  entry:
+    ret i32 0
+  }
+
+  attributes #1 = { "fentry-call"="true" }
----------------
arsenm wrote:

```suggestion
  attributes #1 = { "fentry-call"="true" }
  ...
```

I'm not sure why the parses 

https://github.com/llvm/llvm-project/pull/129857
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to