Skip to content
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

Add new builder configuration to test use of LLVM dylib across all tools #39

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

serge-sans-paille
Copy link

No description provided.

@serge-sans-paille
Copy link
Author

serge-sans-paille commented Jul 12, 2023

This is an alternate approach to #37, I think there's value in testing both config.

@tstellar
Copy link
Contributor

What's being tested with the compiler-rt build?

@serge-sans-paille
Copy link
Author

serge-sans-paille commented Jul 12, 2023 via email

@tstellar
Copy link
Contributor

@serge-sans-paille What's the advantage of having two separate builders?

@gkistanova
Copy link
Contributor

The patch itself looks fine.
But the question #39 (comment) needs the answer.

"-DCOMPILER_RT_INCLUDE_TESTS:BOOL=OFF",
"-DCOMPILER_RT_BUILD_LIBFUZZER:BOOL=OFF",
"-DCMAKE_C_FLAGS=-Wdocumentation -Wno-documentation-deprecated-sync",
"-DCMAKE_CXX_FLAGS=-std=c++11 -Wdocumentation -Wno-documentation-deprecated-sync",
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think this will work to add the -stdc=c++11 flag here.

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.

None yet

3 participants