diff options
author | JF Bastien <jfb@google.com> | 2016-03-05 14:22:02 +0000 |
---|---|---|
committer | JF Bastien <jfb@google.com> | 2016-03-05 14:22:02 +0000 |
commit | fc45f323bb2c3b7ad18eb2e6dd990efbe2765b97 (patch) | |
tree | 683d113b7245462cd3f87c681f87af7228c08b2c /libcxx | |
parent | b08c76f5f8b3bdd3316444c16eadaf8071dce49d (diff) | |
download | bcm5719-llvm-fc45f323bb2c3b7ad18eb2e6dd990efbe2765b97.tar.gz bcm5719-llvm-fc45f323bb2c3b7ad18eb2e6dd990efbe2765b97.zip |
libc++: fix typo
llvm-svn: 262771
Diffstat (limited to 'libcxx')
-rw-r--r-- | libcxx/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/CMakeLists.txt b/libcxx/CMakeLists.txt index 9387f7c94c4..b21e2950caf 100644 --- a/libcxx/CMakeLists.txt +++ b/libcxx/CMakeLists.txt @@ -251,7 +251,7 @@ string(TOUPPER "${CMAKE_BUILD_TYPE}" uppercase_CMAKE_BUILD_TYPE) # Setup Compiler Flags #=============================================================================== -include(HandleLibCXXABI) # Steup the ABI library flags +include(HandleLibCXXABI) # Setup the ABI library flags # Include macros for adding and removing libc++ flags. include(HandleLibcxxFlags) |