]> granicus.if.org Git - clang/commit
[OpenMP] Bugfix: output file name drops the absolute path where full path is needed.
authorGheorghe-Teodor Bercea <gheorghe-teod.bercea@ibm.com>
Mon, 25 Sep 2017 21:25:38 +0000 (21:25 +0000)
committerGheorghe-Teodor Bercea <gheorghe-teod.bercea@ibm.com>
Mon, 25 Sep 2017 21:25:38 +0000 (21:25 +0000)
commit3283b6fcfe3fff99c621a0160a3123c717de7eae
treebff478a543e41775e6db541d3629448e8bd0f44c
parent3e8aa1c503dd85651f7fe19f1e78e8a9f02d14d6
[OpenMP] Bugfix: output file name drops the absolute path where full path is needed.

Summary: When composing the output file name, the path to the file is being dropped. The full path is required.

Reviewers: Hahnfeld, ABataev, caomhin, carlo.bertolli, hfinkel, tra

Reviewed By: tra

Subscribers: hfinkel, tra, cfe-commits

Differential Revision: https://reviews.llvm.org/D37912

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@314156 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains/Cuda.cpp
test/Driver/openmp-offload-gpu.c