-
Notifications
You must be signed in to change notification settings - Fork 92
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
[WIP] m133.6943 ビルドエラーの対応 #88
base: master
Are you sure you want to change the base?
Conversation
8a0f155
to
425ba40
Compare
- cflags += [ "-Wa,--crel,--allow-experimental-crel" ] | ||
- } | ||
- } | ||
|
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.
追加された処理を削除する方向で対処しました。
is_linux
のときに入る分岐であり、ios / mac には不要と判断したためです。
- if (is_linux && !llvm_android_mainline && current_cpu != "arm" && | ||
- default_toolchain != "//build/toolchain/cros:target") { | ||
- cflags += [ "-Wa,--crel,--allow-experimental-crel" ] | ||
- } |
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.
追加された処理を削除する方向で対処しました。
is_linux
のときに入る分岐であり、ios / mac には不要と判断したためです。
++ ":proxy_info", | ||
+ ] | ||
+ absl_deps = [ "//third_party/abseil-cpp/absl/strings" ] | ||
+ } |
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.
今回のパッチエラーとは関連していませんが、BUILD.gn.rej に対する差分が含まれていたため削除しました
対応完了状況
パッチの修正についてのコメント