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

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


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

Remove double escape characters before a RUN in a test.

>From 64d5141e6be1d90a71c4d4263bc2c3031185cb30 Mon Sep 17 00:00:00 2001
From: Sayhaan Siddiqui <sayhaan at meta.com>
Date: Wed, 29 May 2024 16:13:49 -0700
Subject: [PATCH] [BOLT][NFC] Fix formatting issue in DWARF4 split-dwarf test

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

diff --git a/bolt/test/X86/dwarf4-df-input-lowpc-ranges.test b/bolt/test/X86/dwarf4-df-input-lowpc-ranges.test
index fa116206950bb..a447e58ac29d1 100644
--- a/bolt/test/X86/dwarf4-df-input-lowpc-ranges.test
+++ b/bolt/test/X86/dwarf4-df-input-lowpc-ranges.test
@@ -1,7 +1,7 @@
 ; RUN: rm -rf %t
 ; RUN: mkdir %t
 ; RUN: cd %t
-;; RUN: llvm-mc -dwarf-version=4 -filetype=obj -triple x86_64-unknown-linux %p/Inputs/dwarf4-df-input-lowpc-ranges-main.s \
+; RUN: llvm-mc -dwarf-version=4 -filetype=obj -triple x86_64-unknown-linux %p/Inputs/dwarf4-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