Also introduce --hip-link option to indicate HIP for linking.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Driver/Driver.cpp | ||
---|---|---|
554 ↗ | (On Diff #145293) | It seems to me that it wouldn't be too hard to do your TODO here; it's basically just checking for HIP (and remembering that you saw it) in the any_of function, right? |