[llvm] [BOLT][NFC] Fix formatting issue in DWARF5 split-dwarf test (PR #93746)

Sayhaan Siddiqui via llvm-commits llvm-commits at lists.llvm.org
Wed May 29 16:12:59 PDT 2024


https://github.com/sayhaan created https://github.com/llvm/llvm-project/pull/93746

Remove double escape characters before a RUN in a test.

>From 041b2abca130f632873d57ca6667296491c131d7 Mon Sep 17 00:00:00 2001
From: Sayhaan Siddiqui <sayhaan at meta.com>
Date: Wed, 29 May 2024 16:12:06 -0700
Subject: [PATCH] [BOLT][NFC] Fix formatting issue in DWARF5 split-dwarf test

---
 bolt/test/X86/dwarf5-df-input-lowpc-ranges.test | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bolt/test/X86/dwarf5-df-input-lowpc-ranges.test b/bolt/test/X86/dwarf5-df-input-lowpc-ranges.test
index 1867f49a52045..02ed68a447af5 100644
--- a/bolt/test/X86/dwarf5-df-input-lowpc-ranges.test
+++ b/bolt/test/X86/dwarf5-df-input-lowpc-ranges.test
@@ -1,7 +1,7 @@
 ; RUN: rm -rf %t
 ; RUN: mkdir %t
 ; RUN: cd %t
-;; RUN: llvm-mc -dwarf-version=5 -filetype=obj -triple x86_64-unknown-linux %p/Inputs/dwarf5-df-input-lowpc-ranges-main.s \
+; RUN: llvm-mc -dwarf-version=5 -filetype=obj -triple x86_64-unknown-linux %p/Inputs/dwarf5-df-input-lowpc-ranges-main.s \
 ; RUN: -split-dwarf-file=main.dwo -o main.o
 ; RUN: %clang %cflags -gdwarf-4 -gsplit-dwarf=split main.o -o main.exe
 ; RUN: llvm-bolt main.exe -o main.exe.bolt --update-debug-sections



More information about the llvm-commits mailing list