summaryrefslogtreecommitdiffstats
path: root/clang/test/Integration
Commit message (Collapse)AuthorAgeFilesLines
* Fix the test fix from r312181Hans Wennborg2017-08-301-2/+2
| | | | llvm-svn: 312193
* Fix tests for ARM targetsDouglas Yung2017-08-301-1/+1
| | | | | | | | | | Tests fail on ARM targets due to ABI name between define and void. Added reg ex to skip. Patch by Glenn Howe (and expanded on by Douglas Yung)! Differential Revision: https://reviews.llvm.org/D33410 llvm-svn: 312181
* Expose -mllvm -accurate-sample-profile to clang.Dehao Chen2017-08-241-0/+9
| | | | | | | | | | | | | | Summary: With accurate sample profile, we can do more aggressive size optimization. For some size-critical application, this can reduce the text size by 20% Reviewers: davidxl, rsmith Reviewed By: davidxl, rsmith Subscribers: mehdi_amini, eraman, sanjoy, cfe-commits Differential Revision: https://reviews.llvm.org/D37091 llvm-svn: 311707
* Tie the macOS tests in test/Integration to the latest macOS SDKAlex Lorenz2017-06-023-0/+3
| | | | | | | | This change will ensure that these tests won't fail when a new SDK that utilizes new compiler features is used. See https://reviews.llvm.org/D32178 for more context. llvm-svn: 304542
* Split out header integration testsAlp Toker2014-05-043-0/+16
These are somewhat arbitrary tests that check if "thing goes fine" when processing various platform-specific headers. Also move warn-sysheader.cpp to Misc where the other diagnostics infrastructure tests live. File moves only. llvm-svn: 207936
OpenPOWER on IntegriCloud