[PATCH] D91042: [MC/AsmParser] Fix use of Arm calling convention in target agnostic test

Luís Marques via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 24 14:56:51 PST 2020


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG22169e11c304: [MC/AsmParser] Fix use of Arm calling convention in target-agnostic test (authored by luismarques).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91042/new/

https://reviews.llvm.org/D91042

Files:
  llvm/test/MC/AsmParser/include.ll


Index: llvm/test/MC/AsmParser/include.ll
===================================================================
--- llvm/test/MC/AsmParser/include.ll
+++ llvm/test/MC/AsmParser/include.ll
@@ -3,7 +3,7 @@
 
 module asm ".include \22module.x\22"
 
-define arm_aapcscc void @f() {
+define void @f() {
 entry:
   call void asm sideeffect ".include \22function.x\22", ""()
   ret void


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91042.307459.patch
Type: text/x-patch
Size: 377 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201124/54417cd2/attachment.bin>


More information about the llvm-commits mailing list