[llvm] r262567 - [lanai] Fixing file path used in test

Jacques Pienaar via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 2 16:30:03 PST 2016


Author: jpienaar
Date: Wed Mar  2 18:30:02 2016
New Revision: 262567

URL: http://llvm.org/viewvc/llvm-project?rev=262567&view=rev
Log:
[lanai] Fixing file path used in test

Modified:
    llvm/trunk/test/DebugInfo/Lanai/processes-relocations.ll

Modified: llvm/trunk/test/DebugInfo/Lanai/processes-relocations.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/Lanai/processes-relocations.ll?rev=262567&r1=262566&r2=262567&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/Lanai/processes-relocations.ll (original)
+++ llvm/trunk/test/DebugInfo/Lanai/processes-relocations.ll Wed Mar  2 18:30:02 2016
@@ -1,4 +1,4 @@
-; RUN: llvm-dwarfdump %p/Inputs/lanai-processes-relocations.elf 2>&1 | FileCheck %s
+; RUN: llvm-dwarfdump %p/../Inputs/lanai-processes-relocations.elf 2>&1 | FileCheck %s
 
 ; FIXME: Use llc with this file as input instead of binary file.
 ; NOTE: this test is currently not using llc, but using a binary input as the




More information about the llvm-commits mailing list