Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Appease older gcc compilers for the many-microtask-args.c test | Jonathan Peyton | 2016-08-30 | 1 | -1/+2 |
| | | | | | | | Older gcc compilers error out with the C99 syntax of: for (int i =...) so this change just moves the int i; declaration up above. llvm-svn: 280138 | ||||
* | Add a test case for microtask dispatch with many arguments | Hal Finkel | 2016-05-26 | 1 | -0/+38 |
This is a cleaned-up version of the test case posted in the D19879 review. llvm-svn: 270867 |