Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Klausler <pklausler@nvidia.com>2021-09-02 02:00:53 +0300
committerpeter klausler <pklausler@nvidia.com>2021-09-03 21:08:34 +0300
commit830c0b9023cd0cf91955900e0d96283e7a8c3711 (patch)
tree681d6b6cc06973f51ac57b1da3873799b1bb5337 /flang/module
parent343a72a24d4ea36bae20f33565cad7536cfa5c74 (diff)
[flang] Move runtime API headers to flang/include/flang/Runtime
Move the closure of the subset of flang/runtime/*.h header files that are referenced by source files outside flang/runtime (apart from unit tests) into a new directory (flang/include/flang/Runtime) so that relative include paths into ../runtime need not be used. flang/runtime/pgmath.h.inc is moved to flang/include/flang/Evaluate; it's not used by the runtime. Differential Revision: https://reviews.llvm.org/D109107
Diffstat (limited to 'flang/module')
-rw-r--r--flang/module/iso_fortran_env.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/flang/module/iso_fortran_env.f90 b/flang/module/iso_fortran_env.f90
index c8dc03b0ee58..3d77485c13e3 100644
--- a/flang/module/iso_fortran_env.f90
+++ b/flang/module/iso_fortran_env.f90
@@ -9,7 +9,7 @@
! See Fortran 2018, clause 16.10.2
! TODO: These are placeholder values so that some tests can be run.
-include '../runtime/magic-numbers.h' ! for IOSTAT= error/end code values
+include '../include/flang/Runtime/magic-numbers.h' ! for IOSTAT= error/end code values
module iso_fortran_env