[compiler-rt] r335865 - Correct the test modified in rL335777.

Haojian Wu via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 28 08:24:34 PDT 2018


Author: hokein
Date: Thu Jun 28 08:24:34 2018
New Revision: 335865

URL: http://llvm.org/viewvc/llvm-project?rev=335865&view=rev
Log:
Correct the test modified in rL335777.

Modified:
    compiler-rt/trunk/test/cfi/cross-dso-diagnostic.cpp

Modified: compiler-rt/trunk/test/cfi/cross-dso-diagnostic.cpp
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/cfi/cross-dso-diagnostic.cpp?rev=335865&r1=335864&r2=335865&view=diff
==============================================================================
--- compiler-rt/trunk/test/cfi/cross-dso-diagnostic.cpp (original)
+++ compiler-rt/trunk/test/cfi/cross-dso-diagnostic.cpp Thu Jun 28 08:24:34 2018
@@ -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




More information about the llvm-commits mailing list