aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/backend/shift-special.c
AgeCommit message (Collapse)AuthorFilesLines
2017-11-20testsuite: fix: remove unneeded './' before commandsLuc Van Oostenryck1-1/+1
Some testcases have their command specified as './<command name>' but the './' part is unneeded as all commands are first prefixed with '../' before being run. Furthermore, the presence of these './' inhibit simple filtering of the disabled commands. Fix this by stripping the './' where it was used. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
2017-11-17llvm: make value_to_ivalue() more flexibleLuc Van Oostenryck1-0/+13
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>