Skip to content

Commit 12df2c4

Browse files
committed
[rebase] include llvm FileSystem.h header for getMainExecutable in bbc
1 parent cc711dc commit 12df2c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flang/tools/bbc/bbc.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
#include "mlir/Transforms/Passes.h"
5050
#include "llvm/Support/CommandLine.h"
5151
#include "llvm/Support/ErrorOr.h"
52+
#include "llvm/Support/FileSystem.h"
5253
#include "llvm/Support/InitLLVM.h"
5354
#include "llvm/Support/MemoryBuffer.h"
5455
#include "llvm/Support/Path.h"

0 commit comments

Comments
 (0)