[PATCH] D156095: [Bazel] Introduce `//compiler-rt:profile`
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 24 10:28:08 PDT 2023
aeubanks added inline comments.
================
Comment at: utils/bazel/llvm-project-overlay/compiler-rt/BUILD.bazel:37
+ "-Wno-pedantic",
+ "-Wno-strict-prototypes",
+ ],
----------------
MaskRay wrote:
> Are the two -Wno- needed?
should just fix the sources instead if these are finding real issues
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156095/new/
https://reviews.llvm.org/D156095
More information about the llvm-commits
mailing list