llvm-project/clang/include/clang/CodeGen
Saleem Abdulrasool 888e289ed7 CodeGen: plumb header search down to the IAS
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
2017-01-05 16:02:32 +00:00
..
BackendUtil.h CodeGen: plumb header search down to the IAS 2017-01-05 16:02:32 +00:00
CGFunctionInfo.h Refactor call emission to package the function pointer together with 2016-10-26 23:46:34 +00:00
CodeGenABITypes.h Various improvements to the public IRGen interface. 2016-05-18 05:21:18 +00:00
CodeGenAction.h Allow linking multiple bitcode files. 2015-10-27 17:56:59 +00:00
ModuleBuilder.h [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
ObjectFilePCHContainerOperations.h Bitcode: Decouple block info block state from reader. 2016-11-08 04:17:11 +00:00
SwiftCallingConv.h swiftcc: Add an api to query whether a target ABI stores swifterror in a register 2016-12-01 18:07:38 +00:00