[all-commits] [llvm/llvm-project] eefa8a: Revert "[clang][cli] Port OpenMP-related LangOpts ...
Jan Svoboda via All-commits
all-commits at lists.llvm.org
Mon Feb 1 03:51:34 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eefa8a9ff859153c510e740b33a9e721e42b88c5
https://github.com/llvm/llvm-project/commit/eefa8a9ff859153c510e740b33a9e721e42b88c5
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2021-02-01 (Mon, 01 Feb 2021)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/lib/Frontend/CompilerInvocation.cpp
Log Message:
-----------
Revert "[clang][cli] Port OpenMP-related LangOpts to marshalling system"
This reverts commit 9ad94c12
It turns out that to correctly generate command line flags for LangOptions::OpenMP and LangOptions::OpenMPSimd, we need the flexibility of C++.
More information about the All-commits
mailing list