[llvm] [Hexagon] Add SafeStack runtime libcall to HexagonSystemLibrary (PR #191673)
Brian Cain via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 11 17:05:10 PDT 2026
androm3da wrote:
This failure seems unrelated.
```
2026-04-11T23:36:18.3040568Z XPASS: Flang :: Driver/save-mlir-temps.f90 (289 of 4227)
2026-04-11T23:36:18.3041813Z ******************** TEST 'Flang :: Driver/save-mlir-temps.f90' FAILED ********************
2026-04-11T23:36:18.3042338Z Exit Code: 0
2026-04-11T23:36:18.3042711Z
2026-04-11T23:36:18.3042897Z Command Output (stdout):
2026-04-11T23:36:18.3050684Z --
2026-04-11T23:36:18.3051523Z # RUN: at line 18
2026-04-11T23:36:18.3052735Z not /__w/llvm-project/llvm-project/build/bin/flang -fc1 -emit-llvm-bc -save-temps=#invalid-dir -o - /__w/llvm-project/llvm-project/flang/test/Driver/save-mlir-temps.f90 2>&1 | /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/flang/test/Driver/save-mlir-temps.f90 -check-prefix=MLIR-ERROR
2026-04-11T23:36:18.3054441Z # executed command: not /__w/llvm-project/llvm-project/build/bin/flang -fc1 -emit-llvm-bc '-save-temps=#invalid-dir' -o - /__w/llvm-project/llvm-project/flang/test/Driver/save-mlir-temps.f90
2026-04-11T23:36:18.3055215Z # note: command had no output on stdout or stderr
2026-04-11T23:36:18.3055910Z # executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/flang/test/Driver/save-mlir-temps.f90 -check-prefix=MLIR-ERROR
2026-04-11T23:36:18.3056611Z # note: command had no output on stdout or stderr
2026-04-11T23:36:18.3056968Z # RUN: at line 24
2026-04-11T23:36:18.3057717Z rm -rf /__w/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/save-mlir-temps.f90.tmp && mkdir -p /__w/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/save-mlir-temps.f90.tmp
2026-04-11T23:36:18.3058731Z # executed command: rm -rf /__w/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/save-mlir-temps.f90.tmp
2026-04-11T23:36:18.3059636Z # note: command had no output on stdout or stderr
2026-04-11T23:36:18.3060233Z # executed command: mkdir -p /__w/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/save-mlir-temps.f90.tmp
2026-04-11T23:36:18.3060818Z # note: command had no output on stdout or stderr
2026-04-11T23:36:18.3061128Z # RUN: at line 25
2026-04-11T23:36:18.3062044Z pushd /__w/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/save-mlir-temps.f90.tmp && /__w/llvm-project/llvm-project/build/bin/flang -c -fno-integrated-as -save-temps=cwd -o out.o /__w/llvm-project/llvm-project/flang/test/Driver/save-mlir-temps.f90 2>&1
2026-04-11T23:36:18.3063238Z # executed command: pushd /__w/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/save-mlir-temps.f90.tmp
2026-04-11T23:36:18.3063789Z # note: command had no output on stdout or stderr
2026-04-11T23:36:18.3064546Z # executed command: /__w/llvm-project/llvm-project/build/bin/flang -c -fno-integrated-as -save-temps=cwd -o out.o /__w/llvm-project/llvm-project/flang/test/Driver/save-mlir-temps.f90
2026-04-11T23:36:18.3065274Z # note: command had no output on stdout or stderr
2026-04-11T23:36:18.3065579Z # RUN: at line 26
2026-04-11T23:36:18.3066238Z /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/flang/test/Driver/save-mlir-temps.f90 -input-file=save-mlir-temps-fir.mlir -check-prefix=MLIR-FIR
2026-04-11T23:36:18.3067464Z # executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/flang/test/Driver/save-mlir-temps.f90 -input-file=save-mlir-temps-fir.mlir -check-prefix=MLIR-FIR
2026-04-11T23:36:18.3068356Z # note: command had no output on stdout or stderr
2026-04-11T23:36:18.3068664Z # RUN: at line 27
2026-04-11T23:36:18.3069574Z /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/flang/test/Driver/save-mlir-temps.f90 -input-file=save-mlir-temps-llvmir.mlir -check-prefix=MLIR-LLVMIR
2026-04-11T23:36:18.3070827Z # executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/flang/test/Driver/save-mlir-temps.f90 -input-file=save-mlir-temps-llvmir.mlir -check-prefix=MLIR-LLVMIR
2026-04-11T23:36:18.3071669Z # note: command had no output on stdout or stderr
2026-04-11T23:36:18.3071988Z # RUN: at line 28
2026-04-11T23:36:18.3072219Z popd
2026-04-11T23:36:18.3072450Z # executed command: popd
2026-04-11T23:36:18.3072727Z # note: command had no output on stdout or stderr
2026-04-11T23:36:18.3073073Z # RUN: at line 30
2026-04-11T23:36:18.3073786Z rm -rf /__w/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/save-mlir-temps.f90.tmp && mkdir -p /__w/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/save-mlir-temps.f90.tmp
2026-04-11T23:36:18.3074776Z # executed command: rm -rf /__w/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/save-mlir-temps.f90.tmp
2026-04-11T23:36:18.3075318Z # note: command had no output on stdout or stderr
2026-04-11T23:36:18.3075874Z # executed command: mkdir -p /__w/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/save-mlir-temps.f90.tmp
2026-04-11T23:36:18.3076458Z # note: command had no output on stdout or stderr
2026-04-11T23:36:18.3076771Z # RUN: at line 31
2026-04-11T23:36:18.3077681Z pushd /__w/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/save-mlir-temps.f90.tmp && /__w/llvm-project/llvm-project/build/bin/flang -c -fno-integrated-as -save-temps -o out.o /__w/llvm-project/llvm-project/flang/test/Driver/save-mlir-temps.f90 2>&1
2026-04-11T23:36:18.3078855Z # executed command: pushd /__w/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/save-mlir-temps.f90.tmp
2026-04-11T23:36:18.3079510Z # note: command had no output on stdout or stderr
2026-04-11T23:36:18.3080247Z # executed command: /__w/llvm-project/llvm-project/build/bin/flang -c -fno-integrated-as -save-temps -o out.o /__w/llvm-project/llvm-project/flang/test/Driver/save-mlir-temps.f90
2026-04-11T23:36:18.3081077Z # note: command had no output on stdout or stderr
2026-04-11T23:36:18.3081381Z # RUN: at line 32
2026-04-11T23:36:18.3082035Z /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/flang/test/Driver/save-mlir-temps.f90 -input-file=save-mlir-temps-fir.mlir -check-prefix=MLIR-FIR
2026-04-11T23:36:18.3083249Z # executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/flang/test/Driver/save-mlir-temps.f90 -input-file=save-mlir-temps-fir.mlir -check-prefix=MLIR-FIR
2026-04-11T23:36:18.3084052Z # note: command had no output on stdout or stderr
2026-04-11T23:36:18.3084372Z # RUN: at line 33
2026-04-11T23:36:18.3085049Z /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/flang/test/Driver/save-mlir-temps.f90 -input-file=save-mlir-temps-llvmir.mlir -check-prefix=MLIR-LLVMIR
2026-04-11T23:36:18.3086281Z # executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/flang/test/Driver/save-mlir-temps.f90 -input-file=save-mlir-temps-llvmir.mlir -check-prefix=MLIR-LLVMIR
2026-04-11T23:36:18.3087128Z # note: command had no output on stdout or stderr
2026-04-11T23:36:18.3087441Z # RUN: at line 34
2026-04-11T23:36:18.3087669Z popd
2026-04-11T23:36:18.3087901Z # executed command: popd
2026-04-11T23:36:18.3088201Z # note: command had no output on stdout or stderr
2026-04-11T23:36:18.3088547Z # RUN: at line 39
2026-04-11T23:36:18.3089363Z rm -rf /__w/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/save-mlir-temps.f90.tmp && mkdir -p /__w/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/save-mlir-temps.f90.tmp
2026-04-11T23:36:18.3090375Z # executed command: rm -rf /__w/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/save-mlir-temps.f90.tmp
2026-04-11T23:36:18.3090924Z # note: command had no output on stdout or stderr
2026-04-11T23:36:18.3091660Z # executed command: mkdir -p /__w/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/save-mlir-temps.f90.tmp
2026-04-11T23:36:18.3092215Z # note: command had no output on stdout or stderr
2026-04-11T23:36:18.3092522Z # RUN: at line 40
2026-04-11T23:36:18.3093425Z /__w/llvm-project/llvm-project/build/bin/flang -c -fno-integrated-as -save-temps=obj -o /__w/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/save-mlir-temps.f90.tmp/out.o /__w/llvm-project/llvm-project/flang/test/Driver/save-mlir-temps.f90 2>&1
2026-04-11T23:36:18.3095053Z # executed command: /__w/llvm-project/llvm-project/build/bin/flang -c -fno-integrated-as -save-temps=obj -o /__w/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/save-mlir-temps.f90.tmp/out.o /__w/llvm-project/llvm-project/flang/test/Driver/save-mlir-temps.f90
2026-04-11T23:36:18.3096084Z # note: command had no output on stdout or stderr
2026-04-11T23:36:18.3096394Z # RUN: at line 41
2026-04-11T23:36:18.3097336Z /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/flang/test/Driver/save-mlir-temps.f90 -input-file=/__w/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/save-mlir-temps.f90.tmp/save-mlir-temps-fir.mlir -check-prefix=MLIR-FIR
2026-04-11T23:36:18.3099146Z # executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/flang/test/Driver/save-mlir-temps.f90 -input-file=/__w/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/save-mlir-temps.f90.tmp/save-mlir-temps-fir.mlir -check-prefix=MLIR-FIR
2026-04-11T23:36:18.3100265Z # note: command had no output on stdout or stderr
2026-04-11T23:36:18.3100578Z # RUN: at line 42
2026-04-11T23:36:18.3101525Z /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/flang/test/Driver/save-mlir-temps.f90 -input-file=/__w/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/save-mlir-temps.f90.tmp/save-mlir-temps-llvmir.mlir -check-prefix=MLIR-LLVMIR
2026-04-11T23:36:18.3103309Z # executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/flang/test/Driver/save-mlir-temps.f90 -input-file=/__w/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/save-mlir-temps.f90.tmp/save-mlir-temps-llvmir.mlir -check-prefix=MLIR-LLVMIR
2026-04-11T23:36:18.3104515Z # note: command had no output on stdout or stderr
2026-04-11T23:36:18.3104833Z # RUN: at line 47
2026-04-11T23:36:18.3105544Z rm -rf /__w/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/save-mlir-temps.f90.tmp && mkdir -p /__w/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/save-mlir-temps.f90.tmp
2026-04-11T23:36:18.3106533Z # executed command: rm -rf /__w/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/save-mlir-temps.f90.tmp
2026-04-11T23:36:18.3107068Z # note: command had no output on stdout or stderr
2026-04-11T23:36:18.3107617Z # executed command: mkdir -p /__w/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/save-mlir-temps.f90.tmp
2026-04-11T23:36:18.3108277Z # note: command had no output on stdout or stderr
2026-04-11T23:36:18.3108594Z # RUN: at line 48
2026-04-11T23:36:18.3109806Z /__w/llvm-project/llvm-project/build/bin/flang -c -fno-integrated-as -save-temps=/__w/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/save-mlir-temps.f90.tmp -o /__w/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/save-mlir-temps.f90.tmp/out.o /__w/llvm-project/llvm-project/flang/test/Driver/save-mlir-temps.f90 2>&1
2026-04-11T23:36:18.3111975Z # executed command: /__w/llvm-project/llvm-project/build/bin/flang -c -fno-integrated-as -save-temps=/__w/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/save-mlir-temps.f90.tmp -o /__w/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/save-mlir-temps.f90.tmp/out.o /__w/llvm-project/llvm-project/flang/test/Driver/save-mlir-temps.f90
2026-04-11T23:36:18.3113267Z # note: command had no output on stdout or stderr
2026-04-11T23:36:18.3113682Z # RUN: at line 49
2026-04-11T23:36:18.3114620Z /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/flang/test/Driver/save-mlir-temps.f90 -input-file=/__w/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/save-mlir-temps.f90.tmp/save-mlir-temps-fir.mlir -check-prefix=MLIR-FIR
2026-04-11T23:36:18.3116361Z # executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/flang/test/Driver/save-mlir-temps.f90 -input-file=/__w/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/save-mlir-temps.f90.tmp/save-mlir-temps-fir.mlir -check-prefix=MLIR-FIR
2026-04-11T23:36:18.3117458Z # note: command had no output on stdout or stderr
2026-04-11T23:36:18.3117804Z # RUN: at line 50
2026-04-11T23:36:18.3118766Z /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/flang/test/Driver/save-mlir-temps.f90 -input-file=/__w/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/save-mlir-temps.f90.tmp/save-mlir-temps-llvmir.mlir -check-prefix=MLIR-LLVMIR
2026-04-11T23:36:18.3120625Z # executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/flang/test/Driver/save-mlir-temps.f90 -input-file=/__w/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/save-mlir-temps.f90.tmp/save-mlir-temps-llvmir.mlir -check-prefix=MLIR-LLVMIR
2026-04-11T23:36:18.3121757Z # note: command had no output on stdout or stderr
2026-04-11T23:36:18.3122054Z
2026-04-11T23:36:18.3122204Z --
```
https://github.com/llvm/llvm-project/pull/191673
More information about the llvm-commits
mailing list