Details
Details
- Reviewers
danalbert
Diff Detail
Diff Detail
Event Timeline
CMakeLists.txt | ||
---|---|---|
17 | We probably want to keep the configuration for the default args (and the assignment to LLVM_LIT_ARGS). |
CMakeLists.txt | ||
---|---|---|
51 | As I read the implementation of add_lit_testsuite this will actually pass the args twice (LLVM_LIT_ARGS is passed implicitly, thank you, global scope!). |
Comment Actions
Rebase. Address @danalbert's comment.
I don't have cmake 3.2, so I can't check that the thing added in the rebase still works :(
We probably want to keep the configuration for the default args (and the assignment to LLVM_LIT_ARGS).