From: Haojian Wu Date: Thu, 28 Jun 2018 15:24:34 +0000 (+0000) Subject: Correct the test modified in rL335777. X-Git-Tag: llvmorg-7.0.0-rc1~2634 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d93a1e52715f74ad4fe4bf758af0f6b607d3cdf8;p=platform%2Fupstream%2Fllvm.git Correct the test modified in rL335777. llvm-svn: 335865 --- diff --git a/compiler-rt/test/cfi/cross-dso-diagnostic.cpp b/compiler-rt/test/cfi/cross-dso-diagnostic.cpp index de5aa34..f3782da 100644 --- a/compiler-rt/test/cfi/cross-dso-diagnostic.cpp +++ b/compiler-rt/test/cfi/cross-dso-diagnostic.cpp @@ -2,7 +2,7 @@ // RUN: %clangxx_cfi_diag -g -DSHARED_LIB -fPIC -shared -o %dynamiclib %s %ld_flags_rpath_so // RUN: %clangxx_cfi_diag -g -o %t_exe_suffix %s %ld_flags_rpath_exe -// RUN: %t_exe_suffix 2>&1 | FileCheck -DDSONAME=%xdynamiclib_filename %s +// RUN: %t_exe_suffix 2>&1 | FileCheck -DDSONAME=%xdynamiclib_namespec %s // UNSUPPORTED: win32 // REQUIRES: cxxabi