search for: sym32

Displaying 4 results from an estimated 4 matches for "sym32".

Did you mean: stm32
2014 Dec 12
9
[LLVMdev] 3.5.1 Testing Phase Begins
Hi, 3.5.1-rc1 has been tagged, so it is time to begin testing. We can always use more testers, so if you would like to volunteer, let me know. For those that are new to testing, please review the documentation for how validate a new release: http://llvm.org/docs/ReleaseProcess.html Remember that when we check for regressions we want to compare the test results of 3.5.1-rc1 with 3.5.0-final.
2014 Dec 15
2
[LLVMdev] 3.5.1 Testing Phase Begins
...It was -v but I ran again with -vv. However, there is no new information. For sake of completeness, I copy the output again: Command Output (stderr): -- /Users/rock/llvm/3.5.1-testing/rc1/llvm.src/test/CodeGen/Mips/cconv/arguments-struct.ll:28:14: error: expected string not found in input ; SYM32-DAG: lui [[PTR_HI:\$[0-9]+]], %hi(bytes) ^ <stdin>:15:7: note: scanning from here s_i8: # @s_i8 ^ <stdin>:24:5: note: possible intended match here addiu $2, $gp, %gp_rel(bytes) ^ — Cheers, Sebastian > >> _______________________________________________...
2014 Dec 15
2
[LLVMdev] 3.5.1 Testing Phase Begins
2014-12-15 13:00 GMT+01:00 Daniel Sanders <Daniel.Sanders at imgtec.com>: >> LLVM: CodeGen/Mips/cconv/arguments-struct.ll > > Do you have the verbose lit output for this test? > I ran it again in verbose mode, but there were no additional outputs. Cheers, Sebastian
2020 Jul 14
2
Multiple documents in one test file
We have a similar option (-split-input-file) in `mlir-opt`: https://github.com/llvm/llvm-project/blob/master/mlir/test/Dialect/Affine/invalid.mlir With a single `RUN:` lit invocation the tool itself will loop over all the split sections in the file. This is convenient to test error cases where the tool would abort at the first error otherwise. I don't think we can easily achieve this with a