forked from OSchip/llvm-project
[profile] Use -fPIC -shared in a test instead of -dynamiclib
This is more portable than -dynamiclib. Also, fix the path to an input file that broke when the test was moved in r375315. llvm-svn: 375317
This commit is contained in:
parent
90c64a3456
commit
b081220cfd
|
@ -1,6 +1,6 @@
|
|||
// Test __llvm_profile_get_filename when the on-line merging mode is enabled.
|
||||
//
|
||||
// RUN: %clang_pgogen -dynamiclib -o %t.dso %p/Inputs/instrprof-get-filename-dso.c
|
||||
// RUN: %clang_pgogen -fPIC -shared -o %t.dso %p/../Inputs/instrprof-get-filename-dso.c
|
||||
// RUN: %clang_pgogen -o %t %s %t.dso
|
||||
// RUN: env LLVM_PROFILE_FILE="%t-%m.profraw" %run %t
|
||||
|
||||
|
|
Loading…
Reference in New Issue