[clang] [compiler-rt] [llvm] Migrate llvm-profdata to Opt flag parsing (PR #177868)
Prabhu Rajasekaran via cfe-commits
cfe-commits at lists.llvm.org
Sun Feb 22 09:38:49 PST 2026
================
@@ -10,13 +10,20 @@
//
//===----------------------------------------------------------------------===//
+#include "llvm/ADT/ArrayRef.h"
----------------
Prabhuk wrote:
I believe this header include is not needed. Please check if this header include and others from ADT are necessary and remove if not needed:
https://llvm.org/docs/CodingStandards.html#include-as-little-as-possible
https://github.com/llvm/llvm-project/pull/177868
More information about the cfe-commits
mailing list