[PATCH] D35206: [LLVM] Get rid of white spaces in file names in a DebugInfo test. NFC

Eric Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 10 09:42:42 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL307550: [LLVM] Get rid of white spaces in file names in a DebugInfo test. NFC (authored by ioeric).

Repository:
  rL LLVM

https://reviews.llvm.org/D35206

Files:
  llvm/trunk/test/DebugInfo/Inputs/dwarfdump-test3.elf-x86-64 space
  llvm/trunk/test/DebugInfo/Inputs/dwarfdump-test3.elf-x86-64-space
  llvm/trunk/test/DebugInfo/llvm-symbolizer.test


Index: llvm/trunk/test/DebugInfo/llvm-symbolizer.test
===================================================================
--- llvm/trunk/test/DebugInfo/llvm-symbolizer.test
+++ llvm/trunk/test/DebugInfo/llvm-symbolizer.test
@@ -10,9 +10,10 @@
 RUN: echo "%p/Inputs/dwarfdump-inl-test.elf-x86-64 0xa05" >> %t.input
 RUN: echo "%p/Inputs/dwarfdump-inl-test.elf-x86-64 0x987" >> %t.input
 RUN: echo "%p/Inputs/dwarfdump-inl-test.high_pc.elf-x86-64 0x568" >> %t.input
-RUN: echo "\"%p/Inputs/dwarfdump-test3.elf-x86-64 space\" 0x640" >> %t.input
-RUN: echo "\"%p/Inputs/dwarfdump-test3.elf-x86-64 space\" 0x633" >> %t.input
-RUN: echo "\"%p/Inputs/dwarfdump-test3.elf-x86-64 space\" 0x62d" >> %t.input
+RUN: cp "%p/Inputs/dwarfdump-test3.elf-x86-64-space" "%T/dwarfdump-test3.elf-x86-64 space"
+RUN: echo "\"%T/dwarfdump-test3.elf-x86-64 space\" 0x640" >> %t.input
+RUN: echo "\"%T/dwarfdump-test3.elf-x86-64 space\" 0x633" >> %t.input
+RUN: echo "\"%T/dwarfdump-test3.elf-x86-64 space\" 0x62d" >> %t.input
 RUN: echo "%p/Inputs/macho-universal 0x1f84" >> %t.input
 RUN: echo "%p/Inputs/macho-universal:i386 0x1f67" >> %t.input
 RUN: echo "%p/Inputs/macho-universal:x86_64 0x100000f05" >> %t.input


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35206.105870.patch
Type: text/x-patch
Size: 1194 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170710/e076b387/attachment.bin>


More information about the llvm-commits mailing list