[llvm] 22169e1 - [MC/AsmParser] Fix use of Arm calling convention in target-agnostic test
Luís Marques via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 24 14:56:43 PST 2020
Author: Luís Marques
Date: 2020-11-24T22:56:27Z
New Revision: 22169e11c304780627c3ed1cc6bd0daf91e852c3
URL: https://github.com/llvm/llvm-project/commit/22169e11c304780627c3ed1cc6bd0daf91e852c3
DIFF: https://github.com/llvm/llvm-project/commit/22169e11c304780627c3ed1cc6bd0daf91e852c3.diff
LOG: [MC/AsmParser] Fix use of Arm calling convention in target-agnostic test
Remove target-specific calling convention specifier in target-agnostic test.
Differential Revision: https://reviews.llvm.org/D91042
Added:
Modified:
llvm/test/MC/AsmParser/include.ll
Removed:
################################################################################
diff --git a/llvm/test/MC/AsmParser/include.ll b/llvm/test/MC/AsmParser/include.ll
index 28561819a603..51e9c88bc649 100644
--- a/llvm/test/MC/AsmParser/include.ll
+++ b/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
More information about the llvm-commits
mailing list