[llvm] 6551b7a - Add explicit Twine.h include to try and fix ICE on clang-ppc64be-linux

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 26 06:14:30 PDT 2020


Author: Simon Pilgrim
Date: 2020-06-26T14:14:09+01:00
New Revision: 6551b7a9d8870ff67c275607fe730795644f99e7

URL: https://github.com/llvm/llvm-project/commit/6551b7a9d8870ff67c275607fe730795644f99e7
DIFF: https://github.com/llvm/llvm-project/commit/6551b7a9d8870ff67c275607fe730795644f99e7.diff

LOG: Add explicit Twine.h include to try and fix ICE on clang-ppc64be-linux

Added: 
    

Modified: 
    llvm/tools/obj2yaml/elf2yaml.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/tools/obj2yaml/elf2yaml.cpp b/llvm/tools/obj2yaml/elf2yaml.cpp
index 8602477a3a4a..868a78e15c66 100644
--- a/llvm/tools/obj2yaml/elf2yaml.cpp
+++ b/llvm/tools/obj2yaml/elf2yaml.cpp
@@ -9,6 +9,7 @@
 #include "Error.h"
 #include "llvm/ADT/DenseSet.h"
 #include "llvm/ADT/STLExtras.h"
+#include "llvm/ADT/Twine.h"
 #include "llvm/Object/ELFObjectFile.h"
 #include "llvm/ObjectYAML/ELFYAML.h"
 #include "llvm/Support/DataExtractor.h"


        


More information about the llvm-commits mailing list