summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/le64-unknown-unknown.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make test/Driver hermeticJF Bastien2014-09-141-3/+3
| | | | | | | | | | | | | | | | | | Summary: The includes shouldn't be there, use the compiler's built-in types/macros instead. This is a follow-up to r217694, as discussed in: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20140908/114669.html Test Plan: ninja check-clang Reviewers: nlewycky, thakis, echristo, chandlerc Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D5348 llvm-svn: 217743
* Fix copy/paste for test, the triple should be le64-unknown-unknownJF Bastien2014-09-121-2/+2
| | | | llvm-svn: 217695
* Add support for le64.JF Bastien2014-09-121-0/+137
Summary: le64 is a generic little-endian 64-bit processor, mimicking le32. Also see the associated LLVM change. Test Plan: make check-all Reviewers: dschuff Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D5318 llvm-svn: 217694
OpenPOWER on IntegriCloud