aboutsummaryrefslogtreecommitdiff
path: root/bolt/test
diff options
context:
space:
mode:
authorSayhaan Siddiqui <49014204+sayhaan@users.noreply.github.com>2024-05-31 15:16:21 -0700
committerGitHub <noreply@github.com>2024-05-31 15:16:21 -0700
commit8d239d7fdf07dd640be3933fc72a9811ec0bc031 (patch)
tree8fd7a8544bb6141acecc6669822620c2a9d08cb8 /bolt/test
parent278b3964655ab06576a27be57ee2378732bc7420 (diff)
downloadllvm-8d239d7fdf07dd640be3933fc72a9811ec0bc031.zip
llvm-8d239d7fdf07dd640be3933fc72a9811ec0bc031.tar.gz
llvm-8d239d7fdf07dd640be3933fc72a9811ec0bc031.tar.bz2
[BOLT][DWARF][NFC] Fix formatting issue in DWARF5 split-dwarf test (#93746)
Remove double escape characters before a RUN in a test.
Diffstat (limited to 'bolt/test')
-rw-r--r--bolt/test/X86/dwarf5-df-input-lowpc-ranges.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/bolt/test/X86/dwarf5-df-input-lowpc-ranges.test b/bolt/test/X86/dwarf5-df-input-lowpc-ranges.test
index e7747a0..2123353 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