[compiler-rt] 3e9919c - [ORC-RT] Add missing headers from 1d82e19f37d.
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 7 22:47:18 PST 2022
Author: Lang Hames
Date: 2022-01-08T17:46:14+11:00
New Revision: 3e9919cf5750daea501dbe4f1d295afefb5a10cf
URL: https://github.com/llvm/llvm-project/commit/3e9919cf5750daea501dbe4f1d295afefb5a10cf
DIFF: https://github.com/llvm/llvm-project/commit/3e9919cf5750daea501dbe4f1d295afefb5a10cf.diff
LOG: [ORC-RT] Add missing headers from 1d82e19f37d.
This should fix the build failure at
https://lab.llvm.org/buildbot/#/builders/165/builds/12997
Added:
Modified:
compiler-rt/lib/orc/debug.cpp
Removed:
################################################################################
diff --git a/compiler-rt/lib/orc/debug.cpp b/compiler-rt/lib/orc/debug.cpp
index 717227b5f628..af20fa4e6f4e 100644
--- a/compiler-rt/lib/orc/debug.cpp
+++ b/compiler-rt/lib/orc/debug.cpp
@@ -13,8 +13,11 @@
#include "debug.h"
#include <cassert>
+#include <cstdarg>
#include <cstdio>
#include <cstdlib>
+#include <cstring>
+
namespace __orc_rt {
More information about the llvm-commits
mailing list