Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit 9767b5a

Browse files
committed
Add missing forward declaraion.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306376 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 7ca3576 commit 9767b5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/llvm/ExecutionEngine/Orc/IRTransformLayer.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include <string>
1919

2020
namespace llvm {
21+
class Module;
2122
namespace orc {
2223

2324
/// @brief IR mutating layer.

0 commit comments

Comments
 (0)