This is an archive of the discontinued LLVM Phabricator instance.

[libc][obvious] Fix conditional when CUDA is not found
ClosedPublic

Authored by jhuber6 on Jun 5 2023, 4:50 PM.

Details

Summary

If CUDA is not found this string will expand into nothing. We need to
surround it with a string otherwise it will cause build failures.

Diff Detail

Event Timeline

jhuber6 created this revision.Jun 5 2023, 4:50 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 5 2023, 4:50 PM
jhuber6 requested review of this revision.Jun 5 2023, 4:50 PM
This revision was not accepted when it landed; it landed in state Needs Review.Jun 5 2023, 4:51 PM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.