Compiler directives supported by Flang

A list of non-standard directives supported by Flang

  interface
    subroutine clear(arr,bytes)
!dir$ ignore_tkr arr
      integer(1), intent(out) :: arr(bytes)
    end
  end interface