diff options
author | Jacques Pienaar <jpienaar@google.com> | 2016-03-03 00:30:02 +0000 |
---|---|---|
committer | Jacques Pienaar <jpienaar@google.com> | 2016-03-03 00:30:02 +0000 |
commit | 2a0641434ad7cc46bd483b0880731b669358d100 (patch) | |
tree | 95a9365a928a439144b7744d4807cd0185557d2e | |
parent | 18a77f4b650c35a6644f56360749cd1070d690d2 (diff) | |
download | bcm5719-llvm-2a0641434ad7cc46bd483b0880731b669358d100.tar.gz bcm5719-llvm-2a0641434ad7cc46bd483b0880731b669358d100.zip |
[lanai] Fixing file path used in test
llvm-svn: 262567
-rw-r--r-- | llvm/test/DebugInfo/Lanai/processes-relocations.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/Lanai/processes-relocations.ll b/llvm/test/DebugInfo/Lanai/processes-relocations.ll index 8a8378af8cf..1fdf4a37fae 100644 --- a/llvm/test/DebugInfo/Lanai/processes-relocations.ll +++ b/llvm/test/DebugInfo/Lanai/processes-relocations.ll @@ -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 |