summaryrefslogtreecommitdiff
path: root/test/opt/strip_debug_info_test.cpp
AgeCommit message (Collapse)AuthorFilesLines
2018-07-11Move tests into namespaces (#1689)dan sinclair1-12/+14
This CL moves the test into namespaces based on their directories.
2017-11-27Re-format source tree - NFC.Diego Novillo1-1/+3
Re-formatted the source tree with the command: $ /usr/bin/clang-format -style=file -i \ $(find include source tools test utils -name '*.cpp' -or -name '*.h') This required a fix to source/val/decoration.h. It was not including spirv.h, which broke builds when the #include headers were re-ordered by clang-format.
2017-10-23Optimizer: OpModuleProcessed is in its own layout sectionDavid Neto1-3/+3
This is a recent decision from the SPIR WG. The spec update has not yet been published. Khronos SPIR-V internal issue 199
2016-11-07Renaming test files to comply with Google style guide.Lei Zhang1-0/+101
Also posfixing test files with `_test' to make it more clear.