diff options
author | Jason Henline <jhen@google.com> | 2016-09-09 23:33:58 +0000 |
---|---|---|
committer | Jason Henline <jhen@google.com> | 2016-09-09 23:33:58 +0000 |
commit | a3ad6dcfaf1ba5af42f19700c329dd27e3a62c40 (patch) | |
tree | aa2363332f456b3047008f046a49a89b8f52b32a /parallel-libs/streamexecutor/lib/Utils/CMakeLists.txt | |
parent | 124384f08d4cb9b8c698951ed67fd6db79a15d15 (diff) | |
download | bcm5719-llvm-a3ad6dcfaf1ba5af42f19700c329dd27e3a62c40.tar.gz bcm5719-llvm-a3ad6dcfaf1ba5af42f19700c329dd27e3a62c40.zip |
[SE] Remove Utils directory
Summary:
There is no purpose in splitting out the Error class from the rest of
the StreamExecutor code. This organization was just a vestige of an old
failed design.
Plus, this change fixes a bug in the build where the utilites library
was not being statically linked in with libstreamexecutor.
Reviewers: jlebar, jprice
Subscribers: beanz, parallel_libs-commits
Differential Revision: https://reviews.llvm.org/D24434
llvm-svn: 281118
Diffstat (limited to 'parallel-libs/streamexecutor/lib/Utils/CMakeLists.txt')
-rw-r--r-- | parallel-libs/streamexecutor/lib/Utils/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/parallel-libs/streamexecutor/lib/Utils/CMakeLists.txt b/parallel-libs/streamexecutor/lib/Utils/CMakeLists.txt deleted file mode 100644 index 2cbbc3b170f..00000000000 --- a/parallel-libs/streamexecutor/lib/Utils/CMakeLists.txt +++ /dev/null @@ -1,3 +0,0 @@ -add_se_library( - utils - Error.cpp) |