This allows us to negate preceding --cuda-gpu-arch=X.
This comes handy when user needs to override default flags set for them by the build system.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Driver/Driver.cpp | ||
---|---|---|
1952 ↗ | (On Diff #80945) | Extra linebreak |
1960 ↗ | (On Diff #80945) | We're using std::set, so I don't think this is necessary? You could have a comment on std::set saying that we use it to get a deterministic order, if you want. |
test/Driver/cuda-options.cu | ||
154 ↗ | (On Diff #80945) | Extra linebreak |