summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/mglobal-merge.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove -cc1 option "-backend-option".Eli Friedman2018-04-121-4/+4
| | | | | | | | | It means the same thing as -mllvm; there isn't any reason to have two options which do the same thing. Differential Revision: https://reviews.llvm.org/D45109 llvm-svn: 329965
* Fix AArch64 global-merge backend option name.Frederic Riss2017-01-171-2/+2
| | | | | | | | -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. llvm-svn: 292192
* [Driver] Properly support -mglobal-merge using explicit options.Ahmed Bougacha2015-04-111-0/+40
Follow-up to r234666. With this, the -m[no-]global-merge options have the expected behavior. Previously, -mglobal-merge was ignored, and there was no way of enabling the optimization. llvm-svn: 234668
OpenPOWER on IntegriCloud