hanchenye-llvm-project/cross-project-tests
River Riddle 56f62fbf73 [mlir] Finish removing Identifier from the C++ API
There have been a few API pieces remaining to allow for a smooth transition for
downstream users, but these have been up for a few months now. After this only
the C API will have reference to "Identifier", but those will be reworked in a followup.

The main updates are:
* Identifier -> StringAttr
* StringAttr::get requires the context as the first parameter
  - i.e. `Identifier::get("...", ctx)` -> `StringAttr::get(ctx, "...")`

Reviewed By: mehdi_amini

Differential Revision: https://reviews.llvm.org/D116626
2022-01-12 11:58:23 -08:00
..
debuginfo-tests [mlir] Finish removing Identifier from the C++ API 2022-01-12 11:58:23 -08:00
CMakeLists.txt [Dexter] Remove the Windows dependency on lld from CMake 2021-12-16 13:43:04 +00:00
lit.cfg.py [Dexter] Remove the Windows dependency on lld from CMake 2021-12-16 13:43:04 +00:00
lit.site.cfg.py.in [cross-project-tests] Add lld as a dependency if in LLVM_ENABLE_PROJECTS 2021-06-28 11:31:40 +01:00