[profile] Fix typo in test
authorTeresa Johnson <tejohnson@google.com>
Thu, 19 Jul 2018 20:18:37 +0000 (20:18 +0000)
committerTeresa Johnson <tejohnson@google.com>
Thu, 19 Jul 2018 20:18:37 +0000 (20:18 +0000)
Noticed that this was causing a compiler warning in the test.

llvm-svn: 337493

compiler-rt/test/profile/instrprof-path.c

index 28ee8ad0a4843ce45d8d60cf9c4a938fa51ec18a..90cb1df198f07b77ff31c6b77a3e7e74e1b1db16 100644 (file)
@@ -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;