-
Notifications
You must be signed in to change notification settings - Fork 106
Add LLDB builder for x86_64/win target host -- lldb-x86_64-win. #452
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
base: main
Are you sure you want to change the base?
Conversation
@slydiman @dzhidzhoev there is a draft for the x86_64/Windows LLDB builder. Would you take a look for the parameters and provide the updates if necessary? I suppose these updates are necessary because I got the following API test failures on the builder during the builder configuration check:
Do you get the same failed test for the llvm-project TOT? |
76f231e
to
a6bf4b6
Compare
I've run this builder locally, and there were 680 (API) + 166 (Shell) = 846 unsupported tests, which is comparable to the The API tests in question are reported to fail llvm/llvm-project#138083, llvm/llvm-project#138084. |
I also see this failure:
Does it pass on your setup? |
"LLDB_ENFORCE_STRICT_TEST_REQUIREMENTS" : "ON", | ||
}, | ||
env = { | ||
'CC' : "clang-cl.exe", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you using preinstalled clang? It seems we need MSVC anyway.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct, clang-cl is a part of the "Clang for MSVC" Visual Studio package.
I'll check with cl.exe.
I'm using also
|
@dzhidzhoev got it, thank you.
So, it is known issue with these test. Understood, thank you.
yes, it is getting passed on my side. |
got it, thank you. I'll update the configuration with these options. |
I have update the build configuration for the builder and tried to test it with the latest llvm-project TOT. I still see the same test failures:
full log: check-lldb.005.log |
llvm/llvm-project#138083
llvm/llvm-project#138084 |
Add a new builder for LLDB project to support x86_64/Windows target and host.