[flang] Support latest LLVM head with FIR - MLIR SideEffects interface change

Include new .td after LLVM changes:
0ddba0bd59

Tested to work with LLVM head ecd3e678bb
from 2020-03-13 01:45 am PCT

Backwards compatible with previous known compatible heads at least back to
fde9d33f71 from 2020-03-10, so need to
update LLVM builds if they previously work with FIR.

Original-commit: flang-compiler/f18@45454587c9
Reviewed-on: https://github.com/flang-compiler/f18/pull/1071
This commit is contained in:
Jean Perier 2020-03-13 04:06:31 -07:00
parent 231fae9087
commit f856a5526a
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#define FIR_DIALECT_FIR_OPS
include "mlir/Interfaces/ControlFlowInterfaces.td"
include "mlir/Interfaces/SideEffects.td"
def fir_Dialect : Dialect {
let name = "fir";