]> granicus.if.org Git - clang/commit
Fix AArch64 global-merge backend option name.
authorFrederic Riss <friss@apple.com>
Tue, 17 Jan 2017 03:38:45 +0000 (03:38 +0000)
committerFrederic Riss <friss@apple.com>
Tue, 17 Jan 2017 03:38:45 +0000 (03:38 +0000)
commit3e40c075b03f36237b3030d71d7cd1556511e3f7
tree1d23f7b52997f854ca7a782be3a267ca62188d51
parentae0874ff9877a328e03b768cf9c6d164f001e751
Fix AArch64 global-merge backend option name.

-mglobal-merge is translated to the appropriate backend option in
the driver. r277322 changed the AArch64 option name in the backend,
but the driver was never updated.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@292192 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp
test/Driver/mglobal-merge.c