From 8cdf4920c47ddd3d60bdc3298f525512d483ce65 Mon Sep 17 00:00:00 2001 From: Amy Huang Date: Mon, 30 Nov 2020 15:08:00 -0800 Subject: [PATCH] [llvm-symbolizer] Fix typo in llvm-symbolizer test from a previous commit. (Commit was 00bbef2bb20cf212722de282e4eb9afd09ab50db) --- lld/test/COFF/symbolizer-inline.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/test/COFF/symbolizer-inline.s b/lld/test/COFF/symbolizer-inline.s index 9cf33b5..7f33461 100644 --- a/lld/test/COFF/symbolizer-inline.s +++ b/lld/test/COFF/symbolizer-inline.s @@ -2,7 +2,7 @@ # RUN: llvm-mc -filetype=obj %s -o %t.obj -triple x86_64-windows-msvc # RUN: lld-link -entry:main -nodefaultlib %t.obj -out:%t.exe -pdb:%t.pdb -debug # RUN: llvm-symbolizer --obj=%t.exe --use-native-pdb-reader --relative-address \ -# RUN: 0x1014 0x1018 0x101c 0x1023 0x1024 | FileCheck %s +# RUN: 0x1014 0x1018 0x101c 0x1023 0x1024 \ # RUN: 0x1037 0x103A 0x104B 0x104E | FileCheck %s # Compiled from this cpp code, with modifications to add extra inline line and -- 2.7.4