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

Remove double escape characters before a RUN in a test.
This commit is contained in:
Sayhaan Siddiqui 2024-05-31 15:16:21 -07:00 committed by GitHub
parent 278b396465
commit 8d239d7fdf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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