This revision was automatically updated to reflect the committed changes.
Closed by commit rL371444: [Driver] Handle default case in refactored
addOpenMPRuntime (authored by pirama, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
h
pirama updated this revision to Diff 219413.
pirama added a comment.
Check for OMPRT_Unknown instead of a default case.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67364/new/
https://reviews.llvm.org/D67364
Files:
clang/lib/Driver/ToolChains/C
pirama created this revision.
pirama added reviewers: srhines, danalbert.
Herald added a subscriber: guansong.
Herald added a reviewer: jdoerfert.
Herald added a project: clang.
Appease failed builds (due to -Werror and -Wswitch) where OMPRT_Unknown
is not handled in the switch statement (even tho