aboutsummaryrefslogtreecommitdiff
path: root/flang/lib/CMakeLists.txt
diff options
context:
space:
mode:
authorEric Schweitz <eschweitz@nvidia.com>2019-02-22 16:50:03 -0800
committerEric Schweitz <eschweitz@nvidia.com>2019-03-11 08:56:36 -0700
commita981cd5b9e8b99b57edd03c99f2c670c904458fe (patch)
treef6563c182dab4a020960b06ed3f387fe316ca429 /flang/lib/CMakeLists.txt
parent35cf9e4c40942571e0963378700838b2fc3a05ca (diff)
downloadllvm-a981cd5b9e8b99b57edd03c99f2c670c904458fe.zip
llvm-a981cd5b9e8b99b57edd03c99f2c670c904458fe.tar.gz
llvm-a981cd5b9e8b99b57edd03c99f2c670c904458fe.tar.bz2
[flang] Move over build recipes and rename the library
Original-commit: flang-compiler/f18@51476aa1786de4b98b8189f256ba602298fd4903 Reviewed-on: https://github.com/flang-compiler/f18/pull/319 Tree-same-pre-rewrite: false
Diffstat (limited to 'flang/lib/CMakeLists.txt')
-rw-r--r--flang/lib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/flang/lib/CMakeLists.txt b/flang/lib/CMakeLists.txt
index a8d7869..660506e 100644
--- a/flang/lib/CMakeLists.txt
+++ b/flang/lib/CMakeLists.txt
@@ -14,6 +14,6 @@
add_subdirectory(common)
add_subdirectory(evaluate)
-add_subdirectory(IntermediateRepresentation)
+add_subdirectory(FIR)
add_subdirectory(parser)
add_subdirectory(semantics)