Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Time | Test | |
---|---|---|
60,060 ms | x64 debian > MLIR.Examples/standalone::test.toy Script:
--
: 'RUN: at line 1'; /usr/bin/cmake /var/lib/buildkite-agent/builds/llvm-project/mlir/examples/standalone -G "Ninja" -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -DCMAKE_C_COMPILER=/usr/bin/clang -DLLVM_ENABLE_LIBCXX=OFF -DMLIR_DIR=/var/lib/buildkite-agent/builds/llvm-project/build/lib/cmake/mlir -DLLVM_USE_LINKER=lld -DPython3_EXECUTABLE="/usr/bin/python3.9"
| |
60,040 ms | x64 debian > lit.lit::max-failures.py Exception during script execution:
Traceback (most recent call last):
File "/var/lib/buildkite-agent/builds/llvm-project/llvm/utils/lit/lit/worker.py", line 76, in _execute_test_handle_errors
|
Event Timeline
Comment Actions
The phrasing isn't grammatically correct. I would say something like:
"The alignment is only optional when parsing textual IR; for in-memory IR, it is always present."
If you want to try to rearrange the text a bit, maybe put all discussion of the "optional-ness" of the alignment into a separate paragraph from the main definition of alignment.
Comment Actions
Thx for the heads up.
I've updated the patch accordingly but there is still a reference to 0 for alloca. I suppose this should go away as well right?