summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/include
Commit message (Collapse)AuthorAgeFilesLines
* Move test include file from include/ to Inputs/Richard Trieu2017-02-111-12/+0
| | | | | | | The Inputs/ directory is the recommended location for extra files for test cases. No functional change. llvm-svn: 294815
* [DebugInfo] Added support to Clang FE for generating debug info for ↵Amjad Aboud2017-02-091-0/+12
| | | | | | | | | | | preprocessor macros. Added "-fdebug-macro" flag (and "-fno-debug-macro" flag) to enable (and to disable) emitting macro debug info. Added CC1 "-debug-info-macro" flag that enables emitting macro debug info. Differential Revision: https://reviews.llvm.org/D16135 llvm-svn: 294637
* CodeGen: address post commit review comments for r291123Saleem Abdulrasool2017-01-062-2/+0
| | | | | | | | | | | This test would force the execution of the backend. However, the backend already has a test for this. Effectively, this was trying to test that an API call was made properly. We do not have a good way to really test this. The test itself tested very little. Addresses post-commit review comments from Eric Christopher. llvm-svn: 291208
* CodeGen: plumb header search down to the IASSaleem Abdulrasool2017-01-052-0/+2
inline assembly may use the `.include` directive to include other content into the file. Without the integrated assembler, the `-I` group gets passed to the assembler. Emulate this by collecting the header search paths and passing them to the IAS. Resolves PR24811! llvm-svn: 291123
OpenPOWER on IntegriCloud