diff options
author | Adrian Prantl <aprantl@apple.com> | 2018-12-20 18:47:17 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2018-12-20 18:47:17 +0000 |
commit | 1f6189ed06398497f257460b2e8bfc7a5fc81bdc (patch) | |
tree | e39069b7ab785a88dc18d63fb01196e7739d83f2 | |
parent | 3d8b7a3ea38ccb9f044cf72a80e635fb527e1d44 (diff) | |
download | bcm5719-llvm-1f6189ed06398497f257460b2e8bfc7a5fc81bdc.tar.gz bcm5719-llvm-1f6189ed06398497f257460b2e8bfc7a5fc81bdc.zip |
Add missing -oso-prepend-path to dsymutil test.
Thanks to Galina Kistanova for pointing this out!
llvm-svn: 349793
-rw-r--r-- | llvm/test/tools/dsymutil/X86/lc_build_version.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/dsymutil/X86/lc_build_version.test b/llvm/test/tools/dsymutil/X86/lc_build_version.test index d0a8598b036..2c91cbb0aa0 100644 --- a/llvm/test/tools/dsymutil/X86/lc_build_version.test +++ b/llvm/test/tools/dsymutil/X86/lc_build_version.test @@ -1,5 +1,5 @@ # RUN: dsymutil -f %p/../Inputs/lc_build_version.x86_64 -o - \ -# RUN: | obj2yaml | FileCheck %s +# RUN: -oso-prepend-path=%p/.. | obj2yaml | FileCheck %s CHECK: LoadCommands: CHECK: - cmd: LC_BUILD_VERSION |