search for: flowcrypt

Displaying 20 results from an estimated 28 matches for "flowcrypt".

2019 Jul 29
3
Was there a recent git script change?
...The usual command > > no longer works on my local machine. Any ideas? > > > > llvm-project/llvm> git llvm push -n > > `git remote get-url origin` returned 129 > > error: Unknown subcommand: get-url > > > > Thanks, > > Cam > > -- > https://flowcrypt.com/pub/stefan.graenitz at gmail.com > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190729/a162c79e/attachment.html>
2019 May 18
2
Bugzilla OrcJIT Tickets
...gt; Are there recommendations regarding Bugzilla reports from other parts of > LLVM? Best practices that worked out well? > > Thanks! > Stefan > > -- > > [1] https://bugs.llvm.org/show_bug.cgi?id=30896 > [2] https://bugs.llvm.org/show_bug.cgi?id=24159 > > -- https://flowcrypt.com/pub/stefan.graenitz at gmail.com > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190518/4cab3062/attachment-0001.html>
2019 May 18
3
Bugzilla OrcJIT Tickets
...(some day) and review from today's perspective. Are there recommendations regarding Bugzilla reports from other parts of LLVM? Best practices that worked out well? Thanks! Stefan -- [1] https://bugs.llvm.org/show_bug.cgi?id=30896 [2] https://bugs.llvm.org/show_bug.cgi?id=24159 -- https://flowcrypt.com/pub/stefan.graenitz at gmail.com -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 488 bytes Desc: OpenPGP digital signature URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190518/38390ce2/at...
2019 Jun 13
2
lab.llvm.org down?
...status of the build bots themselves though. Could > somebody confirm and take a look? > > James > > _______________________________________________ > LLVM Developers mailing listllvm-dev at lists.llvm.orghttps://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > -- https://flowcrypt.com/pub/stefan.graenitz at gmail.com > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190613/f5037b71/attachment.html>
2020 Jan 31
2
ORC JIT Weekly #3 -- No JIT updates this week.
Hi All, No open source work to speak of this week. All my effort is going on tidying up the new initializers patch which I expect to land this weekend, or early next week. -- Lang. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200131/db360b1d/attachment.html>
2019 Jul 29
3
Was there a recent git script change?
Hey llvm-dev, Was there a recent git script change that I missed? The usual command no longer works on my local machine. Any ideas? llvm-project/llvm> git llvm push -n `git remote get-url origin` returned 129 error: Unknown subcommand: get-url Thanks, Cam -------------- next part -------------- An HTML attachment was scrubbed... URL:
2019 Jun 13
2
lab.llvm.org down?
Hi, It looks like the lab.llvm.org build bot status page has been down for a while. No idea about the status of the build bots themselves though. Could somebody confirm and take a look? James -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190613/aefdbbf8/attachment.html>
2019 Dec 02
2
llvm-9-dev apt package missing yaml-bench
...Is anyone else seeing this too? Is there an obvious fix that I don't see? What's your workarounds? My current workaround is ridiculous, but works for me: https://github.com/weliveindetail/apt-llvm-9-dev-repro/commit/86497a3b#diff-3254677a7917c6c01f55212f86c57fbf Thanks Stefan -- https://flowcrypt.com/pub/stefan.graenitz at gmail.com
2019 Jul 11
5
GitHub llvm-mirror 8d behind
Hi all In case anyone has a remote to the (unofficial) https://github.com/llvm-mirror, please note that all the repos are at least 8 days behind. There's no warning about it. The page still says it's "Updated every five minutes". Best Stefan -- https://flowcrypt.com/pub/stefan.graenitz at gmail.com
2020 Jul 28
2
ORC JIT Weekly #18 -- TargetProcessControl updates for library loading / searching.
Hi All, This was a quiet week -- the only significant ORC change was to the new TargetProcessControl API [1], which acquired the ability to load libraries and search for symbols in the target process in [2]. A new TargetProcessControl based definition generator is included to take advantage of this, and the LLJITWithTargetProcessControl example has been updated to include it. Regards, Lang. [1]
2019 Dec 03
2
llvm-9-dev apt package missing yaml-bench
...9;t >> see? What's your workarounds? > yaml-bench is shipping in libclang-common-9-dev > > It should be indeed in llvm-9-dev instead. > > Could you please open a bug in > https://bugs.llvm.org/enter_bug.cgi?product=Packaging ? > > Thanks > Sylvestre -- https://flowcrypt.com/pub/stefan.graenitz at gmail.com
2020 Jan 14
4
clang interpreter failed to materialize symbols
...lvm-dev at lists.llvm.org> > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev -- https://flowcrypt.com/pub/stefan.graenitz at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200114/8311ab37/attachment.html>
2020 Aug 07
2
JIT interaction with linkonce_odr global variables
Hello, I recently hit an issue when JIT'ing my generated IR using llvm::orc::LLJIT. My IR contains the following definition of a global variable: > $_ZZ23TestStaticVarInFunctionbE1x = comdat any > @_ZZ23TestStaticVarInFunctionbE1x = linkonce_odr dso_local global i32 123, > comdat, align 4 > And in my host process, there exists the same symbol. I would expect LLJIT to resolve the
2020 Aug 21
2
ORC JIT - Incorrect support for COFF files?
...r. > Robert Plank, Markus Bode, Heiko Lampert, Takashi Nagano, Junichi > Tajika, Ergin Cansiz. > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev -- https://flowcrypt.com/pub/stefan.graenitz at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200821/1d28685e/attachment.html>
2020 Apr 20
2
ORC JIT Weekly #12
Hi All, There was only one interesting ORC-specific commit this week: A new example showing how to initialize and de-initialize JITDylibs has been added in llvm/examples/OrcV2Examples/LLJITWithInitializers. The Extensible RTTI system (https://reviews.llvm.org/D39111) that I posted a while back has landed. While this is not ORC specific, I expect it to be used in upcoming patches to allow ORC
2019 Jul 18
2
Eager compilation and relocatable dynamic linkable code-generation
Hi all, I am following the LLVM JIT tutorial API based on: https://llvm.org/docs/tutorial/BuildingAJIT1.html I have 2 independent questions: 1. The tutorial mentions that "*will defer compilation of the module until any of its definitions is looked up*". Does that mean to force eager compilation, i have to keep track of all functions added to the Module and do a lookup? I want the
2020 Nov 16
2
ORC JIT Weekly #26 -- Orc library break-up, remote TargetProcessControl, and the beginnings of a runtime.
Hi All, I'm back again after a couple of weeks hiatus, and I have some good news for anyone interested in cross-process JITing with OrcV2: The remote TargetProcessControl and Orc library breakup patch has landed in 1d0676b54c4 [1]. Thanks very much to Dave Blaikie and Stefan Graenitz for all their feedback on the review! As described in my last email, this commit breaks the OrcJIT library
2020 Aug 10
2
ORC JIT Weekly #19 -- Relocatable object level mocking with llvm-jitlink.
Hi All, There was no update last week -- I'm still trying to get back into a regular schedule. Open-source changes since the last update were: (1) Some bug fixes for JITLink MachO / arm64 support (PAGE21/PAGEOFF12 now handle addends correctly). (2) llvm-jitlink now supports loading archives as well as relocatable objects. (3) llvm-jitlink now supports basic object-file level mocking and
2020 Jan 16
2
clang interpreter failed to materialize symbols
...at lists.llvm.org> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev _______________________________________________ LLVM Developers mailing list llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev -- https://flowcrypt.com/pub/stefan.graenitz at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200116/f7929855/attachment.html>
2020 Aug 24
2
ORC JIT - Incorrect support for COFF files?
...Plank, Markus Bode, Heiko Lampert, Takashi Nagano, Junichi Tajika, Ergin Cansiz. _______________________________________________ LLVM Developers mailing list llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev -- https://flowcrypt.com/pub/stefan.graenitz at gmail.com Als GmbH eingetragen im Handelsregister Bad Homburg v.d.H. HRB 9816, USt.ID-Nr. DE 114 165 789 Geschäftsführer: Dr. Hiroshi Nakamura, Dr. Robert Plank, Markus Bode, Heiko Lampert, Takashi Nagano, Junichi Tajika, Ergin Cansiz. -------------- next part ----------...