Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/Driver/cl-inputs.c | ||
---|---|---|
47 ↗ | (On Diff #13655) | Can't you just att this to the TPlib checks above? (And similarly for /TC below.) |
test/Driver/cl-inputs.c | ||
---|---|---|
47 ↗ | (On Diff #13655) | No, note the %s in the tests above. In those tests, /TC and /TP are used on cl-inputs.c. |
test/Driver/cl-inputs.c | ||
---|---|---|
47 ↗ | (On Diff #13655) | Ah, I didn't notice the %s before. It still seems that these two tests are very similar. How about dropping the %s above and merging them? |
test/Driver/cl-inputs.c | ||
---|---|---|
47 ↗ | (On Diff #13655) | The first test does ensure that we generate one command for the compilation of cl-inputs.c and the second test doesn't. I don't think they are quite identical. But if you think that distinction isn't worth having two separate tests for, I'd be happy to merge them. |
test/Driver/cl-inputs.c | ||
---|---|---|
47 ↗ | (On Diff #13655) | Yeah, I don't think that distinction is important. The way I see it, the important part of the first test is that cl-test.lib doesn't get "compiled". |