aboutsummaryrefslogtreecommitdiff
path: root/flang/lib/CMakeLists.txt
diff options
context:
space:
mode:
authorStephane Chauveau <stephane@chauveau-central.net>2018-02-28 12:47:31 +0100
committerGitHub <noreply@github.com>2018-03-26 16:35:34 +0200
commitfc2ec6a68b792da602ea91af2283e96a62bbd619 (patch)
tree0c5dd5bb9c31bf8f364c4e7faefe397f9aeec308 /flang/lib/CMakeLists.txt
parent92cd5b1beb5663779fc10a9205bd641d0c5f0085 (diff)
downloadllvm-fc2ec6a68b792da602ea91af2283e96a62bbd619.zip
llvm-fc2ec6a68b792da602ea91af2283e96a62bbd619.tar.gz
llvm-fc2ec6a68b792da602ea91af2283e96a62bbd619.tar.bz2
[flang] commit before rebase
Original-commit: flang-compiler/f18@8366a87e476f664bd0d715506dbbe5b4e05d0c7b Reviewed-on: https://github.com/flang-compiler/f18/pull/24 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 b856b35..90558cd 100644
--- a/flang/lib/CMakeLists.txt
+++ b/flang/lib/CMakeLists.txt
@@ -1,3 +1,3 @@
add_subdirectory(parser)
-add_subdirectory(semantics)
+add_subdirectory(Sema)