diff options
| -rw-r--r-- | compiler-rt/test/profile/instrprof-path.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/profile/instrprof-path.c b/compiler-rt/test/profile/instrprof-path.c index 28ee8ad0a48..90cb1df198f 100644 --- a/compiler-rt/test/profile/instrprof-path.c +++ b/compiler-rt/test/profile/instrprof-path.c @@ -12,7 +12,7 @@ #include <string.h> const char *__llvm_profile_get_path_prefix(); -void __llvm_profile_set_filanem(const char*); +void __llvm_profile_set_filename(const char*); int main(int argc, const char *argv[]) { int i; |

