[OPENMP][NVPTX] Disable runtime-type info for CUDA devices.
authorAlexey Bataev <a.bataev@hotmail.com>
Wed, 5 Sep 2018 17:10:30 +0000 (17:10 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Wed, 5 Sep 2018 17:10:30 +0000 (17:10 +0000)
commit33c137bf0c92d071fc52b31445174e27355ab27d
tree24f83e857f624df208ce399a99d0500de68ba56e
parentbc555237a4cee9b25d0681ecbc1603a089c7421c
[OPENMP][NVPTX] Disable runtime-type info for CUDA devices.

RTTI is not supported by the NVPTX target.

llvm-svn: 341483
clang/lib/Frontend/CompilerInvocation.cpp
clang/test/OpenMP/nvptx_target_rtti_messages.cpp [new file with mode: 0644]