aboutsummaryrefslogtreecommitdiff
path: root/flang/lib/CMakeLists.txt
diff options
context:
space:
mode:
authorEric Schweitz <eschweitz@nvidia.com>2019-09-09 11:20:02 -0700
committerEric Schweitz <eschweitz@nvidia.com>2019-10-02 10:54:12 -0700
commit7d1696b3ad6d21d932c29b4de8a515593b87d84a (patch)
tree312d572af36f7c108e4139becab87457af53a23a /flang/lib/CMakeLists.txt
parent259364c3e505d7953e2e136a4a1293288fe77d0b (diff)
downloadllvm-7d1696b3ad6d21d932c29b4de8a515593b87d84a.zip
llvm-7d1696b3ad6d21d932c29b4de8a515593b87d84a.tar.gz
llvm-7d1696b3ad6d21d932c29b4de8a515593b87d84a.tar.bz2
[flang] add initial Burnside bridge code
Original-commit: flang-compiler/f18@0d387d146849ecb218b554e3b072794c8d6216d6 Reviewed-on: https://github.com/flang-compiler/f18/pull/720
Diffstat (limited to 'flang/lib/CMakeLists.txt')
-rw-r--r--flang/lib/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/flang/lib/CMakeLists.txt b/flang/lib/CMakeLists.txt
index f8d4c6f..786c24a 100644
--- a/flang/lib/CMakeLists.txt
+++ b/flang/lib/CMakeLists.txt
@@ -12,6 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+add_subdirectory(burnside)
add_subdirectory(common)
add_subdirectory(decimal)
add_subdirectory(evaluate)