tree: 0a229f5146d74f68dea737236bdb8c715b58adf8 [path history] [tgz]
  1. OpenMP/
  2. aarch64-outline-atomics.f90
  3. debug-allocatable-1.f90
  4. debug-assumed-shape-array.f90
  5. debug-assumed-size-array-2.f90
  6. debug-assumed-size-array.f90
  7. debug-char-type-1.f90
  8. debug-complex-1.f90
  9. debug-cyclic-derived-type-2.f90
  10. debug-cyclic-derived-type.f90
  11. debug-extra-global-2.f90
  12. debug-extra-global.f90
  13. debug-fixed-array-type-2.f90
  14. debug-loc-1.f90
  15. debug-local-var-2.f90
  16. debug-module-2.f90
  17. debug-ptr-type.f90
  18. debug-target-region-vars.f90
  19. debug-variable-array-dim.f90
  20. iso-fortran-binding.cpp
  21. README.md
  22. vector-always.f90
test/Integration/README.md

Flang Integration Tests

This directory can be used to add Integration tests involving multiple stages of the compiler (for eg. from Fortran to LLVM IR). It should not contain executable tests. We should only add tests here sparingly and only if there is no other way to test. Repeat this message in each test that is added to this directory and sub-directories.