[llvm] bf74c38 - [flang][openacc] Add Support library for error handling
via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 13 18:06:33 PDT 2020
Author: clementval
Date: 2020-07-13T21:06:22-04:00
New Revision: bf74c3838904b2df2a0f31bc457af1bdb811953f
URL: https://github.com/llvm/llvm-project/commit/bf74c3838904b2df2a0f31bc457af1bdb811953f
DIFF: https://github.com/llvm/llvm-project/commit/bf74c3838904b2df2a0f31bc457af1bdb811953f.diff
LOG: [flang][openacc] Add Support library for error handling
Added:
Modified:
llvm/lib/Frontend/OpenACC/CMakeLists.txt
Removed:
################################################################################
diff --git a/llvm/lib/Frontend/OpenACC/CMakeLists.txt b/llvm/lib/Frontend/OpenACC/CMakeLists.txt
index 021b680a33cf..7c0563513781 100644
--- a/llvm/lib/Frontend/OpenACC/CMakeLists.txt
+++ b/llvm/lib/Frontend/OpenACC/CMakeLists.txt
@@ -2,6 +2,8 @@ set(LLVM_TARGET_DEFINITIONS ${LLVM_MAIN_INCLUDE_DIR}/llvm/Frontend/OpenACC/ACC.t
tablegen(LLVM ACC.cpp --gen-directive-impl)
add_public_tablegen_target(acc_cpp)
+set(LLVM_LINK_COMPONENTS Support)
+
add_llvm_component_library(LLVMFrontendOpenACC
ACC.cpp # Generated by tablegen above
More information about the llvm-commits
mailing list