-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
remove usage of OLD_LLVMPASS #12561
remove usage of OLD_LLVMPASS #12561
Conversation
catenacyber is a new contributor to projects/bearssl. The PR must be approved by known contributors before it can be merged. The past contributors are: guidovranken, maflcko, DonggeLiu, Navidem |
eb25ff4
to
b09f66e
Compare
projects/bearssl/Dockerfile
Outdated
@@ -24,4 +24,3 @@ RUN wget https://archives.boost.io/release/1.84.0/source/boost_1_84_0.tar.bz2 | |||
COPY build.sh $SRC/ | |||
# This is to fix Fuzz Introspector build by using LLVM old pass manager |
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.
You'll have to remove the comment as well.
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.
done in fixup commit :-)
thanks! |
/gcbrun trial_build.py all --fuzzing-engines libfuzzer --sanitizers introspector |
What is gcbrun result ? |
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.
LGTM, the flag is used no more and no longer exists, so whether the build succeed or not this should be good.
Following #12365
cc @maflcko