libllvm: update from 11.1.0 to 12.0.0

This commit is contained in:
Butta
2021-04-26 19:58:42 +05:30
committed by buttaface
parent 6e7ccb7bec
commit c0a457e6b9
5 changed files with 41 additions and 26 deletions

View File

@@ -0,0 +1,21 @@
Reorder the header so that a preprocessor define from i686 doesn't cause
problems, undoing a change from llvm/llvm-project@2c4226f8a, see #6689 for more
info.
--- a/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
+++ b/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
@@ -22,7 +22,6 @@
#include "NativeThreadLinux.h"
#include "Plugins/Process/POSIX/ProcessPOSIXLog.h"
#include "Plugins/Process/Utility/LinuxProcMaps.h"
-#include "Procfs.h"
#include "lldb/Core/EmulateInstruction.h"
#include "lldb/Core/ModuleSpec.h"
#include "lldb/Host/Host.h"
@@ -46,6 +45,7 @@
#include "llvm/Support/Errno.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Threading.h"
+#include "Procfs.h"
#include <linux/unistd.h>
#include <sys/socket.h>