[llvm] [CGData][GMF] Skip No Params (PR #116548)
Kyungwoo Lee via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 17 23:18:05 PST 2024
================
@@ -14,6 +14,7 @@
//===----------------------------------------------------------------------===//
#include "llvm/CGData/StableFunctionMap.h"
+#include "llvm/ADT/SmallSet.h"
----------------
kyulee-com wrote:
This is actually sorted correctly. The main header file (StableFunctionMap.h) should come first, corresponding to this file, StableFunctionMap.cpp. https://llvm.org/docs/CodingStandards.html#header-files
https://github.com/llvm/llvm-project/pull/116548
More information about the llvm-commits
mailing list