]> granicus.if.org Git - clang/commit
[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)
commit877be362f8f5568ec0790d9a1155f82df7527b79
tree7e6191ee03205c2df5868c4adbf6a029fdafed75
parente680dc2798ea4b99017b79bc8ccab1125942c0e6
[OPENMP][NVPTX] Disable runtime-type info for CUDA devices.

RTTI is not supported by the NVPTX target.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@341483 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/CompilerInvocation.cpp
test/OpenMP/nvptx_target_rtti_messages.cpp [new file with mode: 0644]