llvm-project/mlir/lib/Support
Nicolas Vasilache 6543e99fe5 Fix JitRunner.cpp Error creation pattern and reactivate tests.
linalg_integration_test.mlir and simple.mlir were temporarily disabled due to an OSS-only failure.

The issue is that, once created, an llvm::Error must be explicitly checked before it can be discarded or overwritten.

This CL fixes the issue and reenable the test.

PiperOrigin-RevId: 271589651
2019-09-27 09:56:40 -07:00
..
CMakeLists.txt Let mlir-translate support -split-input-file 2019-09-23 18:18:23 -07:00
FileUtilities.cpp Change from llvm::make_unique to std::make_unique 2019-08-17 11:06:03 -07:00
JitRunner.cpp Fix JitRunner.cpp Error creation pattern and reactivate tests. 2019-09-27 09:56:40 -07:00
MlirOptMain.cpp Let mlir-translate support -split-input-file 2019-09-23 18:18:23 -07:00
StorageUniquer.cpp Fully qualify DenseMap. 2019-08-02 08:28:06 -07:00
ToolUtilities.cpp Let mlir-translate support -split-input-file 2019-09-23 18:18:23 -07:00
TranslateClParser.cpp Support file-to-file translation in mlir-translate 2019-09-17 13:04:34 -07:00