1 @ RUN
: not llvm-mc
-triple armv7-eabi
-filetype asm
-o
/dev
/null
2>&1 %s \
9 .global multiple_personality_disorder
10 .type multiple_personality_disorder,%function
11 multiple_personality_disorder
:
13 .personality __gcc_personality_v0
14 .personality __gxx_personality_v0
15 .personality __gxx_personality_sj0
18 @ CHECK
: error
: .cantunwind can't be used with .personality directive
21 @ CHECK: note: .personality was specified here
22 @ CHECK: .personality __gcc_personality_v0
24 @ CHECK: note: .personality was specified here
25 @ CHECK: .personality __gxx_personality_v0
27 @ CHECK: note: .personality was specified here
28 @ CHECK: .personality __gxx_personality_sj0