aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/backend/load-global.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: fix get value from non-anonymous symbolLuc Van Oostenryck1-0/+21
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>