Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update env.rst syntax #95

Merged
merged 2 commits into from
May 29, 2024

Update env.rst

eeaf31c
Select commit
Loading
Failed to load commit list.
Merged

Update env.rst syntax #95

Update env.rst
eeaf31c
Select commit
Loading
Failed to load commit list.
Azure Pipelines / llvm-project succeeded May 23, 2024 in 40m 40s

Build #20240523.2 had test failures

Details

Tests

  • Failed: 1 (0.00%)
  • Passed: 46,058 (62.10%)
  • Other: 28,113 (37.90%)
  • Total: 74,172

Annotations

Check failure on line 24 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / llvm-project

Build log #L24

Bash exited with code '1'.

Check failure on line 1 in misched-critical-path.ll

See this annotation in the file changed.

@azure-pipelines azure-pipelines / llvm-project

misched-critical-path.ll

Test failed
Raw output
Exit Code: 1

Command Output (stderr):
--
RUN: at line 1: /agent/_work/1/s/llvm/build/bin/llc < /agent/_work/1/s/llvm/test/CodeGen/X86/misched-critical-path.ll -mtriple=x86_64-apple-darwin8 -misched-print-dags -o - 2>&1 > /dev/null | /agent/_work/1/s/llvm/build/bin/FileCheck /agent/_work/1/s/llvm/test/CodeGen/X86/misched-critical-path.ll
+ /agent/_work/1/s/llvm/build/bin/FileCheck /agent/_work/1/s/llvm/test/CodeGen/X86/misched-critical-path.ll
+ /agent/_work/1/s/llvm/build/bin/llc -mtriple=x86_64-apple-darwin8 -misched-print-dags -o -
/agent/_work/1/s/llvm/test/CodeGen/X86/misched-critical-path.ll:18:10: error: CHECK: expected string not found in input
; CHECK: SU(75): CMP8rr %49:gr8, %48:gr8, implicit-def $eflags
         ^
<stdin>:1:1: note: scanning from here
llc: Unknown command line argument '-misched-print-dags'. Try: '/agent/_work/1/s/llvm/build/bin/llc --help'
^
<stdin>:2:1: note: possible intended match here
llc: Did you mean '--misched-postra'?
^

Input file: <stdin>
Check file: /agent/_work/1/s/llvm/test/CodeGen/X86/misched-critical-path.ll

-dump-input=help explains the following input dump.

Input was:
<<<<<<
            1: llc: Unknown command line argument '-misched-print-dags'. Try: '/agent/_work/1/s/llvm/build/bin/llc --help' 
check:18'0     X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
            2: llc: Did you mean '--misched-postra'? 
check:18'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
check:18'1     ?                                      possible intended match
>>>>>>

--