================
@@ -30,12 +30,10 @@ entry:
 
 ; CHECK-NOT: linking module flags 'branch-target-enforcement': IDs have 
conflicting values in
 ; CHECK-DUMP: <main>:
-; CHECK-DUMP:      paciasp
-; CHECK-DUMP:      str
-; CHECK-DUMP:      bl      0x8 <main+0x8>
+; CHECK-DUMP:      b       {{.*}}
----------------
antoniofrighetto wrote:

I'd suggest keeping the placeholder for clarity as it used to be (even if the 
purpose of the test is not to check branch targets): 
```suggestion
; CHECK-DUMP:      b       0x0 <main>
```

https://github.com/llvm/llvm-project/pull/211804
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to