summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/noduplicate-cxx11-test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* IRGen: Add optnone attribute on function during O0Mehdi Amini2017-05-291-1/+1
| | | | | | | | | | | Amongst other, this will help LTO to correctly handle/honor files compiled with O0, helping debugging failures. It also seems in line with how we handle other options, like how -fnoinline adds the appropriate attribute as well. Differential Revision: https://reviews.llvm.org/D28404 llvm-svn: 304127
* Exposing the noduplicate attribute within Clang, which marks functions so ↵Aaron Ballman2014-02-221-0/+20
that the optimizer does not duplicate code. Patch thanks to Marcello Maggioni! llvm-svn: 201941
OpenPOWER on IntegriCloud