[llvm] r307550 - [LLVM] Get rid of white spaces in file names in a DebugInfo test. NFC

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


Author: ioeric
Date: Mon Jul 10 09:05:18 2017
New Revision: 307550

URL: http://llvm.org/viewvc/llvm-project?rev=307550&view=rev
Log:
[LLVM] Get rid of white spaces in file names in a DebugInfo test. NFC

Summary: White spaces in file names are causing Phabricator/SVN to crash.

Reviewers: bkramer

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D35206

Added:
    llvm/trunk/test/DebugInfo/Inputs/dwarfdump-test3.elf-x86-64-space
      - copied, changed from r307536, llvm/trunk/test/DebugInfo/Inputs/dwarfdump-test3.elf-x86-64 space
Removed:
    llvm/trunk/test/DebugInfo/Inputs/dwarfdump-test3.elf-x86-64 space
Modified:
    llvm/trunk/test/DebugInfo/llvm-symbolizer.test

Removed: llvm/trunk/test/DebugInfo/Inputs/dwarfdump-test3.elf-x86-64 space
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/Inputs/dwarfdump-test3.elf-x86-64%20space?rev=307549&view=auto
==============================================================================
Binary file - no diff available.

Copied: llvm/trunk/test/DebugInfo/Inputs/dwarfdump-test3.elf-x86-64-space (from r307536, llvm/trunk/test/DebugInfo/Inputs/dwarfdump-test3.elf-x86-64 space)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/Inputs/dwarfdump-test3.elf-x86-64-space?p2=llvm/trunk/test/DebugInfo/Inputs/dwarfdump-test3.elf-x86-64-space&p1=llvm/trunk/test/DebugInfo/Inputs/dwarfdump-test3.elf-x86-64%20space&r1=307536&r2=307550&rev=307550&view=diff
==============================================================================
Binary files - no diff available.

Modified: llvm/trunk/test/DebugInfo/llvm-symbolizer.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/llvm-symbolizer.test?rev=307550&r1=307549&r2=307550&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/llvm-symbolizer.test (original)
+++ llvm/trunk/test/DebugInfo/llvm-symbolizer.test Mon Jul 10 09:05:18 2017
@@ -10,9 +10,10 @@ RUN: echo "%p/Inputs/dwarfdump-inl-test.
 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




More information about the llvm-commits mailing list