forked from OSchip/llvm-project
parent
c103156c60
commit
d93a1e5271
compiler-rt/test/cfi
|
@ -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 -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: %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
|
// UNSUPPORTED: win32
|
||||||
// REQUIRES: cxxabi
|
// REQUIRES: cxxabi
|
||||||
|
|
Loading…
Reference in New Issue