From d800108a722bf428fb4a5e493007cb13299d3948 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Tue, 22 Dec 2015 17:22:25 +0000 Subject: fix a gcc warning git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@256256 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/builtins/gcc_personality_v0.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/builtins/gcc_personality_v0.c') diff --git a/lib/builtins/gcc_personality_v0.c b/lib/builtins/gcc_personality_v0.c index 331dc2bea..ed544d30b 100644 --- a/lib/builtins/gcc_personality_v0.c +++ b/lib/builtins/gcc_personality_v0.c @@ -141,7 +141,8 @@ static uintptr_t readEncodedPointer(const uint8_t** data, uint8_t encoding) * throw through a C function compiled with -fexceptions. */ #if __USING_SJLJ_EXCEPTIONS__ -// the setjump-longjump based exceptions personality routine has a different name +/* the setjump-longjump based exceptions personality routine has a + * different name */ COMPILER_RT_ABI _Unwind_Reason_Code __gcc_personality_sj0(int version, _Unwind_Action actions, uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject, -- cgit v1.2.1