[all-commits] [llvm/llvm-project] 711179: [OPENMP]Fix PR48759: "fatal error" when compile w...
cilkplus via All-commits
all-commits at lists.llvm.org
Thu Mar 4 07:29:29 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 711179b5816a65eccad22a7111494d609b899fb2
https://github.com/llvm/llvm-project/commit/711179b5816a65eccad22a7111494d609b899fb2
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2021-03-04 (Thu, 04 Mar 2021)
Changed paths:
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
A clang/test/OpenMP/target_unknown_file.cpp
Log Message:
-----------
[OPENMP]Fix PR48759: "fatal error" when compile with preprocessed file.
If the file in line directive does not exist on the system we need, to
use the original file to get its file id.
Differential Revision: https://reviews.llvm.org/D97945
More information about the All-commits
mailing list