[llvm] r225621 - Put this test's input in the Inputs directory where it belongs, rather than

Richard Smith richard-llvm at metafoo.co.uk
Mon Jan 12 00:50:47 PST 2015


Author: rsmith
Date: Mon Jan 12 02:50:47 2015
New Revision: 225621

URL: http://llvm.org/viewvc/llvm-project?rev=225621&view=rev
Log:
Put this test's input in the Inputs directory where it belongs, rather than
reusing a file from a different test directory.

Added:
    llvm/trunk/test/LTO/Inputs/invalid.ll.bc   (with props)
Modified:
    llvm/trunk/test/LTO/invalid.ll

Added: llvm/trunk/test/LTO/Inputs/invalid.ll.bc
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/LTO/Inputs/invalid.ll.bc?rev=225621&view=auto
==============================================================================
Binary file - no diff available.

Propchange: llvm/trunk/test/LTO/Inputs/invalid.ll.bc
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: llvm/trunk/test/LTO/invalid.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/LTO/invalid.ll?rev=225621&r1=225620&r2=225621&view=diff
==============================================================================
--- llvm/trunk/test/LTO/invalid.ll (original)
+++ llvm/trunk/test/LTO/invalid.ll Mon Jan 12 02:50:47 2015
@@ -1,4 +1,4 @@
-; RUN: not llvm-lto %S/../Bitcode/invalid.ll.bc 2>&1 | FileCheck %s
+; RUN: not llvm-lto %S/Inputs/invalid.ll.bc 2>&1 | FileCheck %s
 
 
-; CHECK: llvm-lto{{.*}}: error loading file '{{.*}}/../Bitcode/invalid.ll.bc': Unknown attribute kind (48)
+; CHECK: llvm-lto{{.*}}: error loading file '{{.*}}/Inputs/invalid.ll.bc': Unknown attribute kind (48)





More information about the llvm-commits mailing list