Skip to content

Commit 9ffc1f4

Browse files
Merge pull request #34367 from texasmichelle/remove-iso646
Adds an empty `_Differentiation` module
2 parents e141661 + 1d45044 commit 9ffc1f4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/SIL/IR/SILModule.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
#include "llvm/Support/Debug.h"
3333
#include "llvm/Support/YAMLTraits.h"
3434
#include <functional>
35+
3536
using namespace swift;
3637
using namespace Lowering;
3738

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
// SWIFT_ENABLE_TENSORFLOW
22
// Empty Swift file, only for tensorflow branch.
33
// See explanation in stdlib/public/Differentiation/CMakeLists.txt.
4+
public struct _Differentiation { }

0 commit comments

Comments
 (0)