[llvm-branch-commits] [debuginfo-tests] 1b404ad - Include BuiltinAttributes.h in llvm-prettyprinters/gdb/mlir-support.cpp

Krzysztof Parzyszek via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Dec 4 14:04:19 PST 2020


Author: Krzysztof Parzyszek
Date: 2020-12-04T15:57:05-06:00
New Revision: 1b404ad51e93724ecd74c66f1a11f03568398c57

URL: https://github.com/llvm/llvm-project/commit/1b404ad51e93724ecd74c66f1a11f03568398c57
DIFF: https://github.com/llvm/llvm-project/commit/1b404ad51e93724ecd74c66f1a11f03568398c57.diff

LOG: Include BuiltinAttributes.h in llvm-prettyprinters/gdb/mlir-support.cpp

This header was introduced in c7cae0e4fa4e1ed4bdca186096a408578225fc2b.

Added: 
    

Modified: 
    debuginfo-tests/llvm-prettyprinters/gdb/mlir-support.cpp

Removed: 
    


################################################################################
diff  --git a/debuginfo-tests/llvm-prettyprinters/gdb/mlir-support.cpp b/debuginfo-tests/llvm-prettyprinters/gdb/mlir-support.cpp
index 4f94b3c6f6fa..a65f62404de8 100644
--- a/debuginfo-tests/llvm-prettyprinters/gdb/mlir-support.cpp
+++ b/debuginfo-tests/llvm-prettyprinters/gdb/mlir-support.cpp
@@ -1,3 +1,4 @@
+#include "mlir/IR/BuiltinAttributes.h"
 #include "mlir/IR/BuiltinTypes.h"
 #include "mlir/IR/Identifier.h"
 #include "mlir/IR/Location.h"


        


More information about the llvm-branch-commits mailing list