[flang-commits] [flang] [flang]Add new intrinsic function backtrace and complete the TODO of abort (PR #117603)

LLVM Continuous Integration via flang-commits flang-commits at lists.llvm.org
Thu Nov 28 02:40:03 PST 2024


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `flang-runtime-cuda-gcc` running on `as-builder-7` while building `flang` at step 5 "build-FortranRuntime".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/152/builds/710

<details>
<summary>Here is the relevant piece of the build log for the reference</summary>

```
Step 5 (build-FortranRuntime) failure: build (failure)
...
0.090 [1/10/55] Building CUDA object CMakeFiles/FortranRuntime.dir/namelist.cpp.o
0.092 [1/9/56] Building CUDA object CMakeFiles/FortranRuntime.dir/unit.cpp.o
0.094 [1/8/57] Building CUDA object CMakeFiles/FortranRuntime.dir/io-stmt.cpp.o
0.102 [1/7/58] Building CUDA object CMakeFiles/FortranRuntime.dir/io-api.cpp.o
0.128 [1/6/59] Building CUDA object CMakeFiles/FortranRuntime.dir/dot-product.cpp.o
0.151 [1/5/60] Building CUDA object CMakeFiles/FortranRuntime.dir/extrema.cpp.o
0.218 [1/4/61] Building CUDA object CMakeFiles/FortranRuntime.dir/matmul-transpose.cpp.o
0.264 [1/3/62] Building CUDA object CMakeFiles/FortranRuntime.dir/matmul.cpp.o
0.341 [1/2/63] Building CUDA object CMakeFiles/FortranRuntime.dir/findloc.cpp.o
0.919 [1/1/64] Building CXX object CMakeFiles/FortranRuntime.dir/stop.cpp.o
FAILED: CMakeFiles/FortranRuntime.dir/stop.cpp.o 
ccache /usr/bin/g++ -DFLANG_LITTLE_ENDIAN=1 -DGTEST_HAS_RTTI=0 -DRT_USE_LIBCUDACXX=1 -D_DEBUG -D_GLIBCXX_ASSERTIONS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/buildbot/worker/as-builder-7/ramdisk/flang-runtime-cuda-gcc/llvm-project/flang/runtime/../include -I/home/buildbot/worker/as-builder-7/ramdisk/flang-runtime-cuda-gcc/build -I/home/buildbot/worker/third-party/nv/cccl/libcudacxx/include -fvisibility-inlines-hidden -Werror=date-time -fno-lifetime-dse -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -Wimplicit-fallthrough -Wno-nonnull -Wno-class-memaccess -Wno-redundant-move -Wno-pessimizing-move -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wsuggest-override -Wno-comment -Wno-misleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -fno-lto -O3 -DNDEBUG   -U_GLIBCXX_ASSERTIONS -U_LIBCPP_ENABLE_ASSERTIONS -UNDEBUG -std=c++17  -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-rtti -MD -MT CMakeFiles/FortranRuntime.dir/stop.cpp.o -MF CMakeFiles/FortranRuntime.dir/stop.cpp.o.d -o CMakeFiles/FortranRuntime.dir/stop.cpp.o -c /home/buildbot/worker/as-builder-7/ramdisk/flang-runtime-cuda-gcc/llvm-project/flang/runtime/stop.cpp
/home/buildbot/worker/as-builder-7/ramdisk/flang-runtime-cuda-gcc/llvm-project/flang/runtime/stop.cpp:19:10: fatal error: llvm/Config/config.h: No such file or directory
   19 | #include "llvm/Config/config.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.

```

</details>

https://github.com/llvm/llvm-project/pull/117603


More information about the flang-commits mailing list