From 286b5071f1b53f8254906171fbbd2a5e3c0c1723 Mon Sep 17 00:00:00 2001 From: Amir Ayupov Date: Mon, 17 Apr 2023 23:32:18 +0200 Subject: [PATCH] [BOLT][test] Update AArch64/r_aarch64_prelxx.s test Update section flags and type after https://reviews.llvm.org/D148386 Reviewed By: #bolt, rafauler, MaskRay Differential Revision: https://reviews.llvm.org/D148511 --- bolt/test/AArch64/r_aarch64_prelxx.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bolt/test/AArch64/r_aarch64_prelxx.s b/bolt/test/AArch64/r_aarch64_prelxx.s index c3d24852b329..444dee72b7c0 100644 --- a/bolt/test/AArch64/r_aarch64_prelxx.s +++ b/bolt/test/AArch64/r_aarch64_prelxx.s @@ -43,7 +43,7 @@ _start: mov x0, #0 ret -.section .dummy, "da" +.section .dummy, "a", @progbits dummy: .word 0