aboutsummaryrefslogtreecommitdiff
path: root/flang/lib/CMakeLists.txt
diff options
context:
space:
mode:
authorEric Schweitz <eschweitz@nvidia.com>2019-06-06 10:53:38 -0700
committerEric Schweitz <eschweitz@nvidia.com>2019-06-07 10:19:59 -0700
commit6bbcc8c1d871c94afa9093de180cb68636d8787c (patch)
tree76c3e02f6feb179a4504df1bc23972e7aa160266 /flang/lib/CMakeLists.txt
parent8242853380bed0af3d847b71afcf5413ff797c8f (diff)
downloadllvm-6bbcc8c1d871c94afa9093de180cb68636d8787c.zip
llvm-6bbcc8c1d871c94afa9093de180cb68636d8787c.tar.gz
llvm-6bbcc8c1d871c94afa9093de180cb68636d8787c.tar.bz2
[flang] Remove the old FIR middle end from the f18 program and speed up build time.
Original-commit: flang-compiler/f18@5b410b978c50cb367aa9f5e706afea4bd8e1d854 Reviewed-on: https://github.com/flang-compiler/f18/pull/489 Tree-same-pre-rewrite: false
Diffstat (limited to 'flang/lib/CMakeLists.txt')
-rw-r--r--flang/lib/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/flang/lib/CMakeLists.txt b/flang/lib/CMakeLists.txt
index a0f33da..660506e 100644
--- a/flang/lib/CMakeLists.txt
+++ b/flang/lib/CMakeLists.txt
@@ -17,4 +17,3 @@ add_subdirectory(evaluate)
add_subdirectory(FIR)
add_subdirectory(parser)
add_subdirectory(semantics)
-add_subdirectory(bridge)