summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/alias-available-externally.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Keep the test only for Itanium abiAditya Kumar2016-10-031-1/+1
| | | | llvm-svn: 283085
* Alias must point to a definitionAditya Kumar2016-10-021-0/+20
| | | | | | | | | | | | | | | Reapplying the patch after modifying the test case. Inlining the destructor caused the compiler to generate bad IR which failed the Verifier in the backend. https://llvm.org/bugs/show_bug.cgi?id=30341 This patch disables alias to available_externally definitions. Reviewers: eugenis, rsmith Differential Revision: https://reviews.llvm.org/D24682 llvm-svn: 283063
* Revert "[PR30341] Alias must point to a definition"Aditya Kumar2016-09-291-19/+0
| | | | | | | | This reverts commit r282679. Ninja check fails, reverting to debug the issue. llvm-svn: 282710
* [PR30341] Alias must point to a definitionAditya Kumar2016-09-291-0/+19
Inlining the destructor caused the compiler to generate bad IR which failed the Verifier in the backend. https://llvm.org/bugs/show_bug.cgi?id=30341 This patch disables alias to available_externally definitions. Reviewers: eugenis, rsmith Differential Revision: https://reviews.llvm.org/D24682 llvm-svn: 282679
OpenPOWER on IntegriCloud