[llvm-branch-commits] [llvm] b76d51e - Assert symbol name, add comment about symbol naming

2023-11-24 Thread Aiden Grossman via llvm-branch-commits
Author: Aiden Grossman Date: 2023-11-24T02:17:07-08:00 New Revision: b76d51ee7c4bbc942e2860ab5fc0383f7a0d2fe1 URL: https://github.com/llvm/llvm-project/commit/b76d51ee7c4bbc942e2860ab5fc0383f7a0d2fe1 DIFF: https://github.com/llvm/llvm-project/commit/b76d51ee7c4bbc942e2860ab5fc0383f7a0d2fe1.diff

[llvm-branch-commits] [llvm] 4afbf8b - [llvm-exegesis] Switch from MCJIT to LLJIT

2023-11-24 Thread Aiden Grossman via llvm-branch-commits
Author: Aiden Grossman Date: 2023-11-24T02:17:07-08:00 New Revision: 4afbf8b5534ebcd15b488b738c242f012e224941 URL: https://github.com/llvm/llvm-project/commit/4afbf8b5534ebcd15b488b738c242f012e224941 DIFF: https://github.com/llvm/llvm-project/commit/4afbf8b5534ebcd15b488b738c242f012e224941.diff

[llvm-branch-commits] [llvm] [llvm-exegesis] Switch from MCJIT to LLJIT (PR #72838)

2023-11-24 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/72838 >From 9dfa6f5607ab945e2ba36da148c3669cdf723dc2 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Mon, 20 Nov 2023 00:42:01 -0800 Subject: [PATCH 1/2] [llvm-exegesis] Switch from MCJIT to LLJIT This patc

[llvm-branch-commits] [llvm] 1408ee2 - Assert symbol name, add comment about symbol naming

2023-11-24 Thread Aiden Grossman via llvm-branch-commits
Author: Aiden Grossman Date: 2023-11-24T02:03:29-08:00 New Revision: 1408ee2eedd4af7cbf94d6e7570c0272e92a8846 URL: https://github.com/llvm/llvm-project/commit/1408ee2eedd4af7cbf94d6e7570c0272e92a8846 DIFF: https://github.com/llvm/llvm-project/commit/1408ee2eedd4af7cbf94d6e7570c0272e92a8846.diff

[llvm-branch-commits] [llvm] [llvm-exegesis] Switch from MCJIT to LLJIT (PR #72838)

2023-11-24 Thread Clement Courbet via llvm-branch-commits
https://github.com/legrosbuffle approved this pull request. https://github.com/llvm/llvm-project/pull/72838 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [llvm-exegesis] Switch from MCJIT to LLJIT (PR #72838)

2023-11-24 Thread Clement Courbet via llvm-branch-commits
@@ -324,66 +325,44 @@ object::OwningBinary getObjectFromFile(StringRef Filename) { return cantFail(object::ObjectFile::createObjectFile(Filename)); } -namespace { - -// Implementation of this class relies on the fact that a single object with a -// single function will be l

[llvm-branch-commits] [llvm] [llvm-exegesis] Switch from MCJIT to LLJIT (PR #72838)

2023-11-24 Thread Clement Courbet via llvm-branch-commits
https://github.com/legrosbuffle edited https://github.com/llvm/llvm-project/pull/72838 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits