[PATCH] D125974: [clang] Limit bitcode option ignorelist to Darwin

2022-05-24 Thread Michiel Derhaeg via Phabricator via cfe-commits
MichielDerhaeg updated this revision to Diff 431768. MichielDerhaeg marked an inline comment as done. MichielDerhaeg added a comment. - add target requirement to lit test - move condition Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D125974/new/ ht

[PATCH] D125974: [clang] Limit bitcode option ignorelist to Darwin

2022-05-23 Thread Michiel Derhaeg via Phabricator via cfe-commits
MichielDerhaeg marked an inline comment as done. MichielDerhaeg added inline comments. Comment at: clang/lib/Driver/ToolChains/Clang.cpp:4760-4762 // reject options that shouldn't be supported in bitcode // also reject kernel/kext static const constexpr unsigned kB

[PATCH] D125974: [clang] Limit bitcode option ignorelist to Darwin

2022-05-23 Thread Michiel Derhaeg via Phabricator via cfe-commits
MichielDerhaeg updated this revision to Diff 431479. MichielDerhaeg added a comment. Herald added a reviewer: alexander-shaposhnikov. - Render options for other platforms and test - comment and propagate list Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm

[PATCH] D125974: Limit bitcode option ignorelist to Darwin

2022-05-19 Thread Michiel Derhaeg via Phabricator via cfe-commits
MichielDerhaeg created this revision. MichielDerhaeg added reviewers: steven_wu, compnerd. Herald added a project: All. MichielDerhaeg requested review of this revision. Herald added subscribers: cfe-commits, MaskRay. Herald added a project: clang. This ignore list prevents embedding of bitcode fo