]> granicus.if.org Git - clang/commit
[OPENMP] Generate unique names for offloading regions id.
authorAlexey Bataev <a.bataev@hotmail.com>
Wed, 9 May 2018 18:02:37 +0000 (18:02 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Wed, 9 May 2018 18:02:37 +0000 (18:02 +0000)
commit930a12f648006628481eeaf06d83c7168869d06c
tree98162a3aa9d40624e38a4bba8f8166a837159559
parent113fcfe64759447788ca9c2f2fd9a59fa0e5a8a8
[OPENMP] Generate unique names for offloading regions id.

It is required to emit unique names for offloading regions ids. Required
to support compilation and linking of several compilation units.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@331899 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGOpenMPRuntime.cpp
test/OpenMP/target_is_device_ptr_codegen.cpp
test/OpenMP/target_map_codegen.cpp