[all-commits] [llvm/llvm-project] e7ed27: Switch libLLVMFrontendOpenACC to be a regular CMak...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Fri Nov 13 18:19:30 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e7ed27653292b2ec545e87204031282b4b237754
https://github.com/llvm/llvm-project/commit/e7ed27653292b2ec545e87204031282b4b237754
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2020-11-14 (Sat, 14 Nov 2020)
Changed paths:
M llvm/lib/Frontend/OpenACC/CMakeLists.txt
Log Message:
-----------
Switch libLLVMFrontendOpenACC to be a regular CMake library and not a "component"
This library is only used in Flang at the moment and not tested withing LLVM.
Having it as a component is breaking llvm-config:
$ bin/llvm-config --shared-mode
llvm-config: error: component libraries and shared library
llvm-config: error: missing: [...]/lib/libLLVMFrontendOpenACC.a
This will reverted when unit-tests are provided for it.
Reviewed By: clementval
Differential Revision: https://reviews.llvm.org/D91470
More information about the All-commits
mailing list