[compiler-rt] r233879 - Add missing " at the end of the #error directive.
Alexey Samsonov
vonosmas at gmail.com
Wed Apr 1 18:13:43 PDT 2015
Author: samsonov
Date: Wed Apr 1 20:13:43 2015
New Revision: 233879
URL: http://llvm.org/viewvc/llvm-project?rev=233879&view=rev
Log:
Add missing " at the end of the #error directive.
Modified:
compiler-rt/trunk/lib/ubsan/ubsan_init_standalone.cc
Modified: compiler-rt/trunk/lib/ubsan/ubsan_init_standalone.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/ubsan/ubsan_init_standalone.cc?rev=233879&r1=233878&r2=233879&view=diff
==============================================================================
--- compiler-rt/trunk/lib/ubsan/ubsan_init_standalone.cc (original)
+++ compiler-rt/trunk/lib/ubsan/ubsan_init_standalone.cc Wed Apr 1 20:13:43 2015
@@ -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"
More information about the llvm-commits
mailing list