summaryrefslogtreecommitdiff
path: root/tests/reflection/cross-compile.slang.expected
AgeCommit message (Collapse)Author
2017-07-09Pick layout rules based on target languge, not source.Tim Foley
The tricky bit here was that the `reflection-json` output format isn't really a code generation target like the others, and we need to be able to have multiple "targets" active to make sense of it. This needs cleaning-up.