summaryrefslogtreecommitdiffstats
path: root/lld/ELF/LTO.cpp
diff options
context:
space:
mode:
authorDavide Italiano <davide@freebsd.org>2016-09-24 20:05:52 +0000
committerDavide Italiano <davide@freebsd.org>2016-09-24 20:05:52 +0000
commitc79d196c8eb6ebbade502e517ab62eb2fb156e5d (patch)
tree293c8044faf18d4a0a9d5a1fd0ceb298ef39b05a /lld/ELF/LTO.cpp
parent4fd9b7e16f98173d730ac1a347f7eae96a9fd2db (diff)
downloadbcm5719-llvm-c79d196c8eb6ebbade502e517ab62eb2fb156e5d.tar.gz
bcm5719-llvm-c79d196c8eb6ebbade502e517ab62eb2fb156e5d.zip
[LTO] Add a test for invalid alias analysis pipelines.
I found out this wasn't tested when looking at Vedant's coverage bot numbers, so, thanks to him. While I'm here, switch the error message to be lld-compliant (first letter lowercase). llvm-svn: 282335
Diffstat (limited to 'lld/ELF/LTO.cpp')
-rw-r--r--lld/ELF/LTO.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/LTO.cpp b/lld/ELF/LTO.cpp
index 600a1036110..2334db36ebd 100644
--- a/lld/ELF/LTO.cpp
+++ b/lld/ELF/LTO.cpp
@@ -67,7 +67,7 @@ static void runNewCustomLtoPasses(Module &M, TargetMachine &TM) {
// Parse a custom AA pipeline if asked to.
if (!PB.parseAAPipeline(AA, Config->LtoAAPipeline)) {
- error("Unable to parse AA pipeline description: " + Config->LtoAAPipeline);
+ error("unable to parse AA pipeline description: " + Config->LtoAAPipeline);
return;
}
OpenPOWER on IntegriCloud