diff options
| author | Teresa Johnson <tejohnson@google.com> | 2018-07-19 20:18:37 +0000 |
|---|---|---|
| committer | Teresa Johnson <tejohnson@google.com> | 2018-07-19 20:18:37 +0000 |
| commit | 408f50dbb473cc10b5acb5f7cc79605fb6629d13 (patch) | |
| tree | 5e6e74465490d87e67ada68d6308fc8bd324c17a | |
| parent | 2efa05be2f30029d57145a13ae2ecdd8775c28cb (diff) | |
| download | bcm5719-llvm-408f50dbb473cc10b5acb5f7cc79605fb6629d13.tar.gz bcm5719-llvm-408f50dbb473cc10b5acb5f7cc79605fb6629d13.zip | |
[profile] Fix typo in test
Noticed that this was causing a compiler warning in the test.
llvm-svn: 337493
| -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; |

