tree: 243f0ceb4c9bacb03e48a5ab3a8d7eaa089b2059 [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.f90
  10. debug-fixed-array-type-2.f90
  11. debug-loc-1.f90
  12. debug-local-var-2.f90
  13. debug-module-2.f90
  14. debug-ptr-type.f90
  15. debug-target-region-vars.f90
  16. iso-fortran-binding.cpp
  17. README.md
  18. vector-always.f90
flang/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.