[llvm] [TextAPI] Add support to convert RecordSlices -> InterfaceFile (PR #75007)

Cyndy Ishida via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 19 14:26:52 PST 2023


================
@@ -14,6 +14,7 @@
 #ifndef LLVM_TEXTAPI_RECORD_H
 #define LLVM_TEXTAPI_RECORD_H
 
+#include "llvm/ADT/MapVector.h"
----------------
cyndyishida wrote:

Yes, it was transitively included before in `RecordSlice.h` but is actually used in this file, so I moved it. 

https://github.com/llvm/llvm-project/pull/75007


More information about the llvm-commits mailing list