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

via llvm-commits llvm-commits at lists.llvm.org
Wed May 29 16:13:36 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-bolt

Author: Sayhaan Siddiqui (sayhaan)

<details>
<summary>Changes</summary>

Remove double escape characters before a RUN in a test.

---
Full diff: https://github.com/llvm/llvm-project/pull/93746.diff


1 Files Affected:

- (modified) bolt/test/X86/dwarf5-df-input-lowpc-ranges.test (+1-1) 


``````````diff
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

``````````

</details>


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


More information about the llvm-commits mailing list