[llvm-branch-commits] [llvm] [BOLT] Allow builtin_unreachable to be at MaxSize address (PR #111771)

Amir Ayupov via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Oct 9 16:56:16 PDT 2024


https://github.com/aaupov updated https://github.com/llvm/llvm-project/pull/111771

>From 67faa5f82d5b754f9a0c1f7ded516b5e25ce3f24 Mon Sep 17 00:00:00 2001
From: Amir Ayupov <aaupov at fb.com>
Date: Wed, 9 Oct 2024 16:56:07 -0700
Subject: [PATCH] fix indentation

Created using spr 1.3.4
---
 bolt/test/X86/builtin_unreachable.s | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bolt/test/X86/builtin_unreachable.s b/bolt/test/X86/builtin_unreachable.s
index ab533629d1a846..b66cf0058a50d1 100644
--- a/bolt/test/X86/builtin_unreachable.s
+++ b/bolt/test/X86/builtin_unreachable.s
@@ -11,14 +11,14 @@
 .type main, @function
 main:
   call foo
-  .size main, .-main
+.size main, .-main
 
 .section .mytext.bar, "ax"
 .globl  bar
 .type	bar, @function
 bar:
   ud2
-	.size	bar, .-bar
+.size	bar, .-bar
 
 .section .mytext.foo, "ax"
 .globl	foo
@@ -29,5 +29,5 @@ foo:
   jmp .Lunreachable
   ret
   .cfi_endproc
-	.size	foo, .-foo
+.size	foo, .-foo
 .Lunreachable:



More information about the llvm-branch-commits mailing list