summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.cpp
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2015-09-08 06:22:17 +0000
committerTobias Grosser <tobias@grosser.es>2015-09-08 06:22:17 +0000
commita89dc57b41186c45aa3f7d641bab0ddb02ebd4cf (patch)
treeb8395740651ed7509bdf983bc317a514073067ad /clang/lib/CodeGen/CodeGenFunction.cpp
parent2f9aa579279ba7ba2daa262ef271f6ee27456bdc (diff)
downloadbcm5719-llvm-a89dc57b41186c45aa3f7d641bab0ddb02ebd4cf.tar.gz
bcm5719-llvm-a89dc57b41186c45aa3f7d641bab0ddb02ebd4cf.zip
Do not use '.' in subfunction names
Certain backends, e.g. NVPTX, do not support '.' in function names. Hence, we ensure all '.' are replaced by '_' when generating function names for subfunctions. For the current OpenMP code generation, this is not strictly necessary, but future uses cases (e.g. GPU offloading) need this issue to be fixed. llvm-svn: 246980
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud