[PATCH] D83649: [flang][openacc] OpenACC 3.0 parser

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 14 08:21:29 PDT 2020


clementval reopened this revision.
clementval added a comment.
This revision is now accepted and ready to land.

Had to revert because of a failed buildbot. http://lab.llvm.org:8011/builders/clang-ppc64le-rhel/builds/5673

  FAILED: lib/libLLVMFrontendOpenACC.so.11git 
  : && /home/buildbots/clang.10.0.0/bin/clang++ --gcc-toolchain=/opt/rh/devtoolset-7/root/usr -fPIC -fPIC -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -ffunction-sections -fdata-sections -O3  -Wl,-z,defs -Wl,-z,nodelete   -Wl,-rpath-link,/home/buildbots/docker-RHEL-buildbot/SetupBot/worker_env/ppc64le-clang-rhel-test/clang-ppc64le-rhel/stage1/./lib  -Wl,-O3 -Wl,--gc-sections -shared -Wl,-soname,libLLVMFrontendOpenACC.so.11git -o lib/libLLVMFrontendOpenACC.so.11git lib/Frontend/OpenACC/CMakeFiles/LLVMFrontendOpenACC.dir/ACC.cpp.o  -Wl,-rpath,"\$ORIGIN/../lib" && :
  lib/Frontend/OpenACC/CMakeFiles/LLVMFrontendOpenACC.dir/ACC.cpp.o: In function `llvm::acc::getOpenACCDirectiveName(llvm::acc::Directive)':
  ACC.cpp:(.text._ZN4llvm3acc23getOpenACCDirectiveNameENS0_9DirectiveE+0x280): undefined reference to `llvm::llvm_unreachable_internal(char const*, char const*, unsigned int)'
  lib/Frontend/OpenACC/CMakeFiles/LLVMFrontendOpenACC.dir/ACC.cpp.o: In function `llvm::acc::getOpenACCClauseName(llvm::acc::Clause)':
  ACC.cpp:(.text._ZN4llvm3acc20getOpenACCClauseNameENS0_6ClauseE+0x4a4): undefined reference to `llvm::llvm_unreachable_internal(char const*, char const*, unsigned int)'
  lib/Frontend/OpenACC/CMakeFiles/LLVMFrontendOpenACC.dir/ACC.cpp.o: In function `llvm::acc::isAllowedClauseForDirective(llvm::acc::Directive, llvm::acc::Clause, unsigned int)':
  ACC.cpp:(.text._ZN4llvm3acc27isAllowedClauseForDirectiveENS0_9DirectiveENS0_6ClauseEj+0x344): undefined reference to `llvm::llvm_unreachable_internal(char const*, char const*, unsigned int)'
  clang-10: error: linker command failed with exit code 1 (use -v to see invocation)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83649/new/

https://reviews.llvm.org/D83649





More information about the llvm-commits mailing list