Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

V8 started to depend on LLVM's libm

オープン
#308 コメント 5 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
45/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
静か
技術スタック
cpp
領域
build-system

調査の方向性

Start with the failing V8 build action and deps/v8/src/base/ieee754.cc, where the missing third_party/llvm-libc/src/shared/math.h include is reported. Review the linked Chromium change that introduced LLVM's libm dependency and inspect how this mirror obtains V8 sources. Done means the affected build completes without the missing-header error.

索引モデルが issue の本文から書いたものです。

説明

https://github.com/nodejs/node-v8/actions/runs/25719364307/job/75516558363

v8/out/Release/obj.target/v8_libbase/deps/v8/src/base/numbers/bignum-dtoa.o
../deps/v8/src/base/ieee754.cc:36:10: fatal error: 'third_party/llvm-libc/src/shared/math.h' file not found
   36 | #include "third_party/llvm-libc/src/shared/math.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.

Broken since May 9. Caused by https://chromium-review.googlesource.com/c/v8/v8/+/7828379 which started using LLVM's libm in V8

主要言語
Shell
スター
466
フォーク
75
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

nodejs/node-v8 のほかの issue

nodejs/node-v8 の issue をすべて見る

似ている issue

Shell/Bash の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。