summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/mno-global-merge.c
Commit message (Collapse)AuthorAgeFilesLines
* [Driver] Properly support -mglobal-merge using explicit options.Ahmed Bougacha2015-04-111-20/+0
| | | | | | | | 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
* Revert new test from 213993.Bob Wilson2014-07-261-5/+0
| | | | | | It requires an arm backend and also writes output in the test directory. llvm-svn: 213998
* Use -enable-global-merge option to match llvm r210639. <rdar://problem/17803206>Bob Wilson2014-07-261-0/+5
| | | | | | | | | llvm revision 210639 renamed the -global-merge backend option to -enable-global-merge. This change simply updates clang to match that. Patch by Steven Wu! llvm-svn: 213993
* Make the -mno-global-merge option work for arm64/aarch64. rdar://17024719Bob Wilson2014-05-291-0/+8
| | | | llvm-svn: 209836
* rename -ccc-host-triple into -targetSebastian Pop2012-01-201-2/+2
| | | | llvm-svn: 148582
* Revert r148138; it's causing test failures.Eli Friedman2012-01-131-2/+2
| | | | llvm-svn: 148141
* rename -ccc-host-triple into -targetSebastian Pop2012-01-131-2/+2
| | | | llvm-svn: 148138
* [driver] Add -mglobal-merge/-mno-global-merge machine options to ↵Chad Rosier2011-08-261-0/+12
enable/disable merging of globals during codegen. Fixes <rdar://problem/10017909>. llvm-svn: 138612
OpenPOWER on IntegriCloud