[all-commits] [llvm/llvm-project] 7e5df5: [SandboxIR] Implement Module (#109716)
vporpo via All-commits
all-commits at lists.llvm.org
Wed Sep 25 14:03:13 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7e5df5bcc3be3299a0aa3a2c65f81b794c5ba935
https://github.com/llvm/llvm-project/commit/7e5df5bcc3be3299a0aa3a2c65f81b794c5ba935
Author: vporpo <vporpodas at google.com>
Date: 2024-09-25 (Wed, 25 Sep 2024)
Changed paths:
A llvm/include/llvm/SandboxIR/Module.h
M llvm/include/llvm/SandboxIR/SandboxIR.h
M llvm/include/llvm/SandboxIR/Tracker.h
M llvm/include/llvm/SandboxIR/Type.h
M llvm/lib/SandboxIR/CMakeLists.txt
A llvm/lib/SandboxIR/Module.cpp
M llvm/lib/SandboxIR/SandboxIR.cpp
M llvm/unittests/SandboxIR/SandboxIRTest.cpp
Log Message:
-----------
[SandboxIR] Implement Module (#109716)
This patch implements sandboxir::Module.
It provides access to globals.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list