1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

[flang][openacc] Add Support library for error handling

This commit is contained in:
clementval 2020-07-13 21:06:22 -04:00
parent d4a1df4b8e
commit 789e09adda

View File

@ -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