diff options
| author | Marianne Mailhot-Sarrasin <marianne.mailhot.sarrasin@gmail.com> | 2016-03-30 12:20:53 +0000 |
|---|---|---|
| committer | Marianne Mailhot-Sarrasin <marianne.mailhot.sarrasin@gmail.com> | 2016-03-30 12:20:53 +0000 |
| commit | a5a750eaf1898690d32af94660ca2dbf617a615d (patch) | |
| tree | eca95c5e22750f341fc90e4ec1c500d4c574356e /llvm/tools | |
| parent | 349c828bea0ab5f120574cc303e245cc6095c1f3 (diff) | |
| download | bcm5719-llvm-a5a750eaf1898690d32af94660ca2dbf617a615d.tar.gz bcm5719-llvm-a5a750eaf1898690d32af94660ca2dbf617a615d.zip | |
gold-plugin: Fixed typo in an error message.
llvm-svn: 264860
Diffstat (limited to 'llvm/tools')
| -rw-r--r-- | llvm/tools/gold/gold-plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/gold/gold-plugin.cpp b/llvm/tools/gold/gold-plugin.cpp index b70c072f9bf..fff5cf32308 100644 --- a/llvm/tools/gold/gold-plugin.cpp +++ b/llvm/tools/gold/gold-plugin.cpp @@ -362,7 +362,7 @@ ld_plugin_status onload(ld_plugin_tv *tv) { return LDPS_ERR; } if (!release_input_file) { - message(LDPL_ERROR, "relesase_input_file not passed to LLVMgold."); + message(LDPL_ERROR, "release_input_file not passed to LLVMgold."); return LDPS_ERR; } |

