[llvm] 0b1b2a1 - [llvm-objdump][test] Delete source-interleave-prefix-windows.test

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 16 11:42:32 PDT 2020


Author: Fangrui Song
Date: 2020-10-16T11:42:25-07:00
New Revision: 0b1b2a180c66d894da3202b2b56a8e11be5f7a08

URL: https://github.com/llvm/llvm-project/commit/0b1b2a180c66d894da3202b2b56a8e11be5f7a08
DIFF: https://github.com/llvm/llvm-project/commit/0b1b2a180c66d894da3202b2b56a8e11be5f7a08.diff

LOG: [llvm-objdump][test] Delete source-interleave-prefix-windows.test

It needs more work: http://45.33.8.238/win/25999/step_11.txt

Added: 
    

Modified: 
    

Removed: 
    llvm/test/tools/llvm-objdump/X86/source-interleave-prefix-windows.test


################################################################################
diff  --git a/llvm/test/tools/llvm-objdump/X86/source-interleave-prefix-windows.test b/llvm/test/tools/llvm-objdump/X86/source-interleave-prefix-windows.test
deleted file mode 100644
index 294a5671c2e6..000000000000
--- a/llvm/test/tools/llvm-objdump/X86/source-interleave-prefix-windows.test
+++ /dev/null
@@ -1,10 +0,0 @@
-;; Test --prefix option platform specific behavior.
-; REQUIRES: system-windows
-
-;; Test removal of trailing separators (both '/' and '\').
-;; The prefix 'myprefix/\' is changed to 'myprefix'.
-
-; RUN: sed -e "s,SRC_COMPDIR,/Inputs,g" %p/Inputs/source-interleave.ll > %t.ll
-; RUN: llc -o %t.o -filetype=obj -mtriple=x86_64-pc-linux %t.ll
-; RUN: llvm-objdump --prefix 'myprefix/\' --source %t.o 2>&1 | FileCheck %s -DFILE=%t.o -DPREFIX='myprefix'
-; CHECK: warning: '[[FILE]]': failed to find source [[PREFIX]]/Inputs/source-interleave-x86_64.c


        


More information about the llvm-commits mailing list