Skip to content

[SandboxIR] More boilerplate: Function, Argument, Constant, Instruction, OpaqueInst #97343

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

vporpo
Copy link
Contributor

@vporpo vporpo commented Jul 1, 2024

A very basic implementation of sandboxir::
Fuction
Argument
Constant
Instruction
OpaqueInst

@vporpo vporpo force-pushed the SBVec branch 3 times, most recently from 9b36580 to 1d7b348 Compare July 2, 2024 22:53
Copy link
Contributor

@aeubanks aeubanks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm with comment addressed

…on, OpaqueInst

A very basic implementation of sandboxir::
`Fuction`
`Argument`
`Constant`
`Instruction`
`OpaqueInst`
@vporpo vporpo merged commit d5f5dc9 into llvm:main Jul 3, 2024
7 checks passed
@llvm-ci
Copy link
Collaborator

llvm-ci commented Jul 3, 2024

LLVM Buildbot has detected a new failure on builder lldb-aarch64-ubuntu running on linaro-lldb-aarch64-ubuntu while building llvm at step 6 "test".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/59/builds/1006

Here is the relevant piece of the build log for the reference:

Step 6 (test) failure: build (failure)
...
PASS: lldb-unit :: ValueObject/./LLDBValueObjectTests/1/3 (1980 of 1989)
PASS: lldb-unit :: ValueObject/./LLDBValueObjectTests/2/3 (1981 of 1989)
PASS: lldb-unit :: tools/lldb-server/tests/./LLDBServerTests/0/2 (1982 of 1989)
PASS: lldb-unit :: tools/lldb-server/tests/./LLDBServerTests/1/2 (1983 of 1989)
PASS: lldb-unit :: Utility/./UtilityTests/0/8 (1984 of 1989)
PASS: lldb-unit :: Utility/./UtilityTests/5/8 (1985 of 1989)
PASS: lldb-unit :: Utility/./UtilityTests/6/8 (1986 of 1989)
PASS: lldb-unit :: Process/gdb-remote/./ProcessGdbRemoteTests/8/10 (1987 of 1989)
PASS: lldb-api :: tools/lldb-server/TestLldbGdbServer.py (1988 of 1989)
TIMEOUT: lldb-api :: functionalities/gdb_remote_client/TestGDBRemoteClient.py (1989 of 1989)
******************** TEST 'lldb-api :: functionalities/gdb_remote_client/TestGDBRemoteClient.py' FAILED ********************
Script:
--
/usr/bin/python3.8 /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/llvm-project/lldb/test/API/dotest.py -u CXXFLAGS -u CFLAGS --env ARCHIVER=/usr/local/bin/llvm-ar --env OBJCOPY=/usr/bin/llvm-objcopy --env LLVM_LIBS_DIR=/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./lib --env LLVM_INCLUDE_DIR=/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/include --env LLVM_TOOLS_DIR=/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./bin --arch aarch64 --build-dir /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/lldb-test-build.noindex --lldb-module-cache-dir /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/lldb-test-build.noindex/module-cache-lldb/lldb-api --clang-module-cache-dir /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/lldb-test-build.noindex/module-cache-clang/lldb-api --executable /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./bin/lldb --compiler /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./bin/clang --dsymutil /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./bin/dsymutil --llvm-tools-dir /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./bin --lldb-obj-root /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/tools/lldb --lldb-libs-dir /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./lib /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/llvm-project/lldb/test/API/functionalities/gdb_remote_client -p TestGDBRemoteClient.py
--
Exit Code: -9
Timeout: Reached timeout of 600 seconds

Command Output (stdout):
--
lldb version 19.0.0git (https://github.com/llvm/llvm-project.git revision d5f5dc9dcca427a290a9f454046113afdb6a68ff)
  clang revision d5f5dc9dcca427a290a9f454046113afdb6a68ff
  llvm revision d5f5dc9dcca427a290a9f454046113afdb6a68ff

--

********************
********************
Timed Out Tests (1):
  lldb-api :: functionalities/gdb_remote_client/TestGDBRemoteClient.py


Testing Time: 667.27s

Total Discovered Tests: 2991
  Unsupported      :  487 (16.28%)
  Passed           : 2480 (82.92%)
  Expectedly Failed:   23 (0.77%)
  Timed Out        :    1 (0.03%)
FAILED: tools/lldb/test/CMakeFiles/check-lldb /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/tools/lldb/test/CMakeFiles/check-lldb 
cd /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/tools/lldb/test && /usr/bin/python3.8 /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./bin/llvm-lit -v /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/tools/lldb/test
ninja: build stopped: subcommand failed.

kbluck pushed a commit to kbluck/llvm-project that referenced this pull request Jul 6, 2024
…on, OpaqueInst (llvm#97343)

A very basic implementation of sandboxir::
`Fuction`
`Argument`
`Constant`
`Instruction`
`OpaqueInst`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants