]> granicus.if.org Git - clang/commit
[OpenMP] Revert rL256842: [OpenMP] Offloading descriptor registration and device...
authorSamuel Antao <sfantao@us.ibm.com>
Tue, 5 Jan 2016 19:16:13 +0000 (19:16 +0000)
committerSamuel Antao <sfantao@us.ibm.com>
Tue, 5 Jan 2016 19:16:13 +0000 (19:16 +0000)
commitaae4a6f9eb70f0f59dd322cd993962115d424d71
tree310918aac895f05bfd7d25f2b004c373b1f39fb3
parent6cd29149484f3abdd4abb4a19bb20693af71083c
[OpenMP] Revert rL256842: [OpenMP] Offloading descriptor registration and device codegen.

It was causing two regression, so I'm reverting until the cause is found.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@256858 91177308-0d34-0410-b5e6-96231b3b80d8
18 files changed:
include/clang/Basic/DiagnosticDriverKinds.td
include/clang/Basic/LangOptions.def
include/clang/Basic/LangOptions.h
include/clang/Driver/CC1Options.td
include/clang/Driver/Options.td
lib/CodeGen/CGOpenMPRuntime.cpp
lib/CodeGen/CGOpenMPRuntime.h
lib/CodeGen/CGStmtOpenMP.cpp
lib/CodeGen/CodeGenModule.cpp
lib/Frontend/CompilerInvocation.cpp
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTWriter.cpp
test/OpenMP/target_codegen.cpp
test/OpenMP/target_codegen_global_capture.cpp
test/OpenMP/target_codegen_registration.cpp [deleted file]
test/OpenMP/target_codegen_registration_naming.cpp [deleted file]
test/OpenMP/target_map_codegen.cpp
test/OpenMP/target_messages.cpp