[llvm-branch-commits] [llvm-branch] r366757 - Merging r366481:
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jul 22 15:30:21 PDT 2019
Author: hans
Date: Mon Jul 22 15:30:21 2019
New Revision: 366757
URL: http://llvm.org/viewvc/llvm-project?rev=366757&view=rev
Log:
Merging r366481:
------------------------------------------------------------------------
r366481 | teemperor | 2019-07-18 20:33:40 +0200 (Thu, 18 Jul 2019) | 4 lines
Fix C++ modules build
llvm-svn: 366344 missed an include that broke the LLVM_ENABLE_MODULES
build.
------------------------------------------------------------------------
Modified:
llvm/branches/release_90/ (props changed)
llvm/branches/release_90/include/llvm/ExecutionEngine/Orc/LambdaResolver.h
Propchange: llvm/branches/release_90/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon Jul 22 15:30:21 2019
@@ -1,3 +1,3 @@
/llvm/branches/Apple/Pertwee:110850,110961
/llvm/branches/type-system-rewrite:133420-134817
-/llvm/trunk:155241,366431,366570
+/llvm/trunk:155241,366431,366481,366570
Modified: llvm/branches/release_90/include/llvm/ExecutionEngine/Orc/LambdaResolver.h
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_90/include/llvm/ExecutionEngine/Orc/LambdaResolver.h?rev=366757&r1=366756&r2=366757&view=diff
==============================================================================
--- llvm/branches/release_90/include/llvm/ExecutionEngine/Orc/LambdaResolver.h (original)
+++ llvm/branches/release_90/include/llvm/ExecutionEngine/Orc/LambdaResolver.h Mon Jul 22 15:30:21 2019
@@ -16,6 +16,7 @@
#include "llvm/ADT/STLExtras.h"
#include "llvm/ExecutionEngine/JITSymbol.h"
+#include "llvm/ExecutionEngine/OrcV1Deprecation.h"
#include <memory>
namespace llvm {
More information about the llvm-branch-commits
mailing list