SPIRV-Tools/source
David Neto 748d585a9a Object files should depend on spirv.h and friends
Don't use SYSTEM attribute on include_directories directive
for the SPIR-V standard header files.  When you do, object files
are not considered dependent on those headers.

Checked by looking at the dependency file source/disassemble.cpp.o.d,
and by trying to compile after a trivial edit to spirv.h

Fixes https://github.com/KhronosGroup/SPIRV-Tools/issues/7

Also, use "" inclusion instead of <> inclusion for standard SPIR-V
headers.
2015-11-17 18:04:12 -05:00
..
assembly_grammar.cpp Use opaque context object to hold SPIR-V info tables. 2015-11-12 16:27:51 -05:00
assembly_grammar.h Fix many typos. 2015-11-13 12:35:43 -06:00
binary.cpp Use opaque context object to hold SPIR-V info tables. 2015-11-12 16:27:51 -05:00
binary.h Use Google comment style and fix typos. 2015-11-16 17:25:43 -05:00
diagnostic.cpp Use quotation for libspirv.h and sort headers. 2015-11-12 09:43:01 -05:00
diagnostic.h Use quotation for libspirv.h and sort headers. 2015-11-12 09:43:01 -05:00
disassemble.cpp The version header word has 3 byte-size components. 2015-11-13 12:35:34 -06:00
endian.cpp Fixed permissions 2015-11-11 12:12:16 -05:00
endian.h Use Google comment style and fix typos. 2015-11-16 17:25:43 -05:00
ext_inst.cpp Add missing copyright. 2015-11-12 09:43:03 -05:00
ext_inst.h Use Google comment style and fix typos. 2015-11-16 17:25:43 -05:00
instruction.h Object files should depend on spirv.h and friends 2015-11-17 18:04:12 -05:00
opcode.cpp Register Glslang tool 2015-11-13 12:35:47 -06:00
opcode.h Use Google comment style and fix typos. 2015-11-16 17:25:43 -05:00
opcode.inc Update to 1.0 Rev 2 work-in-progress headers 2015-11-12 09:43:12 -05:00
opencl_std_ext_inst.inc Update to 1.0 Rev 2 work-in-progress headers 2015-11-12 09:43:12 -05:00
operand.cpp Support capabilities StorageImageReadWithoutFormat 2015-11-12 16:27:51 -05:00
operand.h Use Google comment style and fix typos. 2015-11-16 17:25:43 -05:00
print.cpp Run clang-format to enforce Google style globally. 2015-11-10 15:56:47 -05:00
print.h Use Google comment style and fix typos. 2015-11-16 17:25:43 -05:00
spirv_constant.h Register Glslang tool 2015-11-13 12:35:47 -06:00
spirv_definition.h Support capabilities StorageImageReadWithoutFormat 2015-11-12 16:27:51 -05:00
spirv_operands.h libspirv.h doesn't depend on spirv_operands.hpp anymore. 2015-11-12 09:43:26 -05:00
syntax_tables.patch Add OpenCL extended instructions. 2015-10-26 12:55:33 -04:00
table.cpp Use opaque context object to hold SPIR-V info tables. 2015-11-12 16:27:51 -05:00
table.h Use Google comment style and fix typos. 2015-11-16 17:25:43 -05:00
text_handler.cpp Fix handling of OpExtInstImport 2015-11-10 15:58:07 -05:00
text_handler.h Fix many typos. 2015-11-13 12:35:43 -06:00
text.cpp The version header word has 3 byte-size components. 2015-11-13 12:35:34 -06:00
text.h Use Google comment style and fix typos. 2015-11-16 17:25:43 -05:00
validate_id.cpp Update to 1.0 Rev 2 work-in-progress headers 2015-11-12 09:43:12 -05:00
validate.cpp Use opaque context object to hold SPIR-V info tables. 2015-11-12 16:27:51 -05:00
validate.h Use quotation for libspirv.h and sort headers. 2015-11-12 09:43:01 -05:00