From fe6fc19e8a5c8c3628c92ab7bb31c198b112c760 Mon Sep 17 00:00:00 2001 From: Teresa Johnson Date: Thu, 19 Jul 2018 20:18:37 +0000 Subject: [profile] Fix typo in test Noticed that this was causing a compiler warning in the test. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@337493 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/profile/instrprof-path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/profile/instrprof-path.c b/test/profile/instrprof-path.c index 28ee8ad0a..90cb1df19 100644 --- a/test/profile/instrprof-path.c +++ b/test/profile/instrprof-path.c @@ -12,7 +12,7 @@ #include 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; -- cgit v1.2.3