diff options
| author | Alexey Samsonov <vonosmas@gmail.com> | 2015-04-02 01:13:43 +0000 |
|---|---|---|
| committer | Alexey Samsonov <vonosmas@gmail.com> | 2015-04-02 01:13:43 +0000 |
| commit | d4273ebbf37df29957cccb173a5fdf47297c9c1d (patch) | |
| tree | f7a56b7e872ad8a5906bd492cc1bb42e0365ce40 | |
| parent | 8ecb0b68c17c4b6b5170af15d2e5369cb8a9d730 (diff) | |
| download | bcm5719-llvm-d4273ebbf37df29957cccb173a5fdf47297c9c1d.tar.gz bcm5719-llvm-d4273ebbf37df29957cccb173a5fdf47297c9c1d.zip | |
Add missing " at the end of the #error directive.
llvm-svn: 233879
| -rw-r--r-- | compiler-rt/lib/ubsan/ubsan_init_standalone.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/ubsan/ubsan_init_standalone.cc b/compiler-rt/lib/ubsan/ubsan_init_standalone.cc index cd2da119145..47899a553a7 100644 --- a/compiler-rt/lib/ubsan/ubsan_init_standalone.cc +++ b/compiler-rt/lib/ubsan/ubsan_init_standalone.cc @@ -13,7 +13,7 @@ #include "ubsan_platform.h" #if !CAN_SANITIZE_UB -# error "UBSan is not supported on this platform! +# error "UBSan is not supported on this platform!" #endif #include "ubsan_init.h" |

