Throw an error when offloading is unsupported for a particular target architecture.
Details
Details
- Reviewers
sfantao caomhin carlo.bertolli ABataev Hahnfeld - Commits
- rGef5e106fc17f: [OpenMP] Error when trying to offload to an unsupported architecture
rC310307: [OpenMP] Error when trying to offload to an unsupported architecture
rL310307: [OpenMP] Error when trying to offload to an unsupported architecture
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Frontend/CompilerInvocation.cpp | ||
---|---|---|
2242–2253 | I think you can join these 2 if statements into one. |
I think you can join these 2 if statements into one.