Author: Jonas Devlieghere
Date: 2022-01-15T09:51:16-08:00
New Revision: ff85dcb1c5b01411a6f9f2dc4c0e087467411f50
URL:
https://github.com/llvm/llvm-project/commit/ff85dcb1c5b01411a6f9f2dc4c0e087467411f50
DIFF:
https://github.com/llvm/llvm-project/commit/ff85dcb1c5b01411a6f9f2dc4c0e087467411f50.d
Author: Dave Lee
Date: 2022-01-15T10:20:52-08:00
New Revision: a7e7f541c0813e9d3f6c641ad8ff89619ec749d8
URL:
https://github.com/llvm/llvm-project/commit/a7e7f541c0813e9d3f6c641ad8ff89619ec749d8
DIFF:
https://github.com/llvm/llvm-project/commit/a7e7f541c0813e9d3f6c641ad8ff89619ec749d8.diff
LOG:
This revision was not accepted when it landed; it landed in state "Needs
Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rGa7e7f541c081: [lldb] Remove anon struct from
frame-var-anon-unions test (authored by kastiglione).
Repository:
rG LLVM
Hey Galina,
Seems like this didn't take effect until the buildbots got rebooted, which
seems to have happened last night. Apparently my patch broke all the
buildbots because the jobs variable was not what I thought it was...
Anyway, I've removed the offending code
in 4d68a096efc7b5ad0d55cf6422596
Author: Jonas Devlieghere
Date: 2022-01-15T10:31:49-08:00
New Revision: a6469cdbc426437dcb8442ae398f0a863336de37
URL:
https://github.com/llvm/llvm-project/commit/a6469cdbc426437dcb8442ae398f0a863336de37
DIFF:
https://github.com/llvm/llvm-project/commit/a6469cdbc426437dcb8442ae398f0a863336de37.d
Author: paperchalice
Date: 2022-01-15T10:43:05-08:00
New Revision: 62af3eb2599d91c6d6f4f02ccae2d47d106be64e
URL:
https://github.com/llvm/llvm-project/commit/62af3eb2599d91c6d6f4f02ccae2d47d106be64e
DIFF:
https://github.com/llvm/llvm-project/commit/62af3eb2599d91c6d6f4f02ccae2d47d106be64e.diff
This revision was automatically updated to reflect the committed changes.
Closed by commit rG62af3eb2599d: [CMake][LLDB] Resolve install conflict when
`LLDB_BUILD_FRAMEWORK=ON` (authored by paperchalice, committed by JDevlieghere).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
Author: Jonas Devlieghere
Date: 2022-01-15T11:42:29-08:00
New Revision: 0b010ef7b653bbc9f4beef6b03e877911d206de6
URL:
https://github.com/llvm/llvm-project/commit/0b010ef7b653bbc9f4beef6b03e877911d206de6
DIFF:
https://github.com/llvm/llvm-project/commit/0b010ef7b653bbc9f4beef6b03e877911d206de6.d
Author: Dave Lee
Date: 2022-01-15T14:20:12-08:00
New Revision: 696f9706f34d76bca8f8d496eabe1a67b60e8a54
URL:
https://github.com/llvm/llvm-project/commit/696f9706f34d76bca8f8d496eabe1a67b60e8a54
DIFF:
https://github.com/llvm/llvm-project/commit/696f9706f34d76bca8f8d496eabe1a67b60e8a54.diff
LOG:
gkistanova added inline comments.
Comment at: zorg/buildbot/builders/LLDBBuilder.py:72
"-DCMAKE_BUILD_TYPE=" + config,
+"-DLLVM_LIT_ARGS='%s'" % lit_args,
"-DCMAKE_INSTALL_PREFIX=../install",
To work as expected, this line should be wrap
10 matches
Mail list logo